"No data available in table", pagination and search don't work either

"No data available in table", pagination and search don't work either

lorikay4lorikay4 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!

Answers

  • lorikay4lorikay4 Posts: 18Questions: 4Answers: 1

    Argh. never mind, had 2 <tbody> tags. Removed the bad one, all is good.

This discussion has been closed.