id=example - Requested unknown parameter '0' for row 0
id=example - Requested unknown parameter '0' for row 0
DataTables warning: table id=example - Requested unknown parameter '0' for row 0. For more information about this error, please see http://datatables.net/tn/4
hi i am using jquery datatable plugin to load mysql data into it so far its goin good but when the records are more the data table gets relatively slow to load so now i am stuck here and have no idea of what has to be done so can anyone help me in this here is my code
sorry I did not understand what was stated in Link http://datatables.net/tn/4
<?php $result = mysql_query("SELECT * FROM `mdb` ORDER BY grno"); <?php > ?>
Srno. | Brno. | Name | Address | City | Pin | Mobile | Actions |
---|
Answers
Can you post the markup that your PHP generates?