Modx Integration
Modx Integration
dianeinflorida
Posts: 8Questions: 3Answers: 0
I am curious if anyone has succefully implemented dataTables with Modx? I current use Modx and load my data from mysql custom tables. I then use the simple:
$(document).ready(function() {
$('#example').dataTable();
} );
I would like to add a hidden row on click and a several other features but when I add a hiddn div and try to add a custom onclick I get an error. I have also tried retrieving my data from the mysql table and json encode but m
This discussion has been closed.