Search
5748 results 1941-1950
Forum
- 6th Dec 2016How to improve the performance of the filter function for very large tables (lots of rows and text)?Yup - its a bit slower in IE11. A noticable delay. If you disable the search highlighting it is faster. If you enable paging it is much faster. Allan
- 6th Dec 2016Combine File Export with PaginationThis example shows the export buttons and paging control shown together. Please link to a test case showing the issue, per the forum rules, if you are having problems with this. Allan
- 30th Nov 2016HELP! Cannot reinitialise DataTable warningfixes" such as... ~~~~~~~~~~~~ $('#example').dataTable( { paging: false } ); $('#example').dataTable( { searching: false
- 29th Nov 2016Capturing errors on ajax.reload( ) callsSearchStocked').prop("checked") } ); }, dataSrc: '' }, searching: false, paging: false, //info: false, sort:
- 28th Nov 2016Jumping to the inserted row after an insertwill see that the paging is suddenly available and
- 25th Nov 2016Infinite Scroll and Server Side Processing with LengthDataTables doesn't support inifite scrolling I'm afraid. but the length is set to -1 Yes, you have disabled paging, so all records would be needed to display the table. Allan
- 24th Nov 2016.datatable function is not working after ajax callscrollY": 100, "scrollX": true, "paging": false, "bFilter": false, "ordering":
- 21st Nov 2016How to change Pagination Button classesThis is where DataTables sets the class names for the paging buttons. You could use: $.fn.dataTable.ext.classes.sPageButton = 'button primary_button'; before you initialise the table to modify that value. Allan
- 18th Nov 2016Using child rows to keep 2 rows together when sortingthis.testTable = $("#testTableList").DataTable({ lengthChange : false, paging : true, deferRender : false, searching
- 16th Nov 2016Performance Improvementsis much better with paging enabled (and the deferRender