Search
5748 results 2441-2450
Forum
- 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?
- 14th Jul 2012Hide the datatable pagination buttons when there is no dataI'd suggest using this API plug-in in fnDrawCallback : http://datatables.net/plug-ins/api#fnPagingInfo . Then you can simply set display:block / none as required on the paging element. Allan
- 13th Jul 2012auto fill lines on table size changeused in conjunction with paging. I have a dataTable