Search
43644 results 2791-2800
Forum
- 11th Jul 2011data table displaystart turns to 0Since you are using server-side processing, you shouldn't use fnReloadAjax (as noted in the description of fnReloadAjax). Just call fnDraw() to reload the table from the server, keeping the current page etc. Allan
- 5th Jul 2011Is it posible to refresh table?add it to the table */ for (var i=0; i<json.aaData.length;
- 29th Jun 2011Table formatting destroyed, may be due to conflicting CSSthe issue of the table header titles not being
- 26th Jun 2011themeroller does not work for table contentsince there is no table component in jQuery UI
- 25th Jun 2011Table Refreshthe cells in the table. If you want to
- 24th Jun 2011Using a MySQL view instead of a MySQL table shows only NULLscase sensitive when a table is used. Very weird
- 24th Jun 2011First row in table not displayed [possible bug?]configuration of DataTables: var table = $('#test_table').dataTable({ 'iDisplayLength': -1, 'bFilter':
- 21st Jun 2011Multiple table values in server-side processingcommented as to multiple table use....Multiple tables will be
- 20th Jun 2011How to deal with empty table after filteringFor the second part you want http://datatables.net/usage/i18n#oLanguage.sZeroRecords . For the first you could use fnDrawCallback and test to see if there is any data in the table. Specifically if $('td.dataTables_empty').length == 1, then the table is empty. Allan
- 18th Jun 2011Row Details error for dynamic table: a is null, b is nullrow (nTr) from the table oTable. I think we