"No data available in table", pagination and search don't work either
"No data available in table", pagination and search don't work either
lorikay4
Posts: 18Questions: 4Answers: 1
http://www.star.nesdis.noaa.gov/smcd/GCC/GRWGActions.php
Don't know what's wrong, not getting any errors that I can make sense of.
Here is my DataTables invocation:
// controls for the data table $(document).ready(function() { $('#actions').DataTable( { "lengthMenu": [[20, 40, 60, -1], [20, 40, 60, "All"]], "ordering": false } ); });Help!
This discussion has been closed.
Answers
Argh. never mind, had 2 <tbody> tags. Removed the bad one, all is good.