Search
5738 results 2431-2440
Forum
- 24th Aug 2012Remote control a datatableFilter: fnFilter . Paging: fnPageChange . Length change: fnLengthChange ( http://datatables.net/plug-ins/api#fnLengthChange ) Allan
- 23rd Aug 2012Passive dataTable1000 rows are slected), paging info ( << 10 11
- 20th Aug 2012bStateSave not working corretlyfnAddData and other manipulation methods like that will always 'reset' the paging since the data might be inserted anywhere in the table when it is sorted. Possibly you might be interested in this plug-in: http://datatables.net/plug-ins/api#fnAddDataAndDisplay Allan
- 3rd Aug 2012How to simple fixed header and fixed column only?having it work correctly. Paging is one option, and
- 30th Jul 2012No change in table when Sorting and SearchingI figured it out. I set bServerSide = "true". I realized that this requires me to do the sorting and paging on the server, not on the client.
- 25th Jul 2012dynamically size the table in larger monitors?Are you using paging? Scrolling? Something else? The
- 20th Jul 2012multiple features in one table - combing scriptssay you want a paging length of 50 ( iDisplayLength
- 20th Jul 2012Multi Select Row DeleteJust select the checked checkboxes as you would with any jQuery selector (or use DataTables' $ API method to have it work regardless of paging etc) and then delete the rows with an Ajax call and fnDeleteRow . Allan
- 19th Jul 2012How to display x no.of recs and load y no.of more recs when scrolled(using bScrollInfinite,etc) ?http://datatables.net/plug-ins/api#fnLengthChange ) to set the paging length to 5 after
- 17th Jul 2012Adjust sScrollY after InitThe 24 might come from the information element and paging controls - if you are using that? Or perhaps a footer?