Search
5748 results 2471-2480
Forum
- 9th May 2012Server sort bug wrt iDisplayStartshould be resetting the paging when you type something
- 5th May 2012Rearrange order of pagination components without an entire pluginelements in the default paging controls - adding that would
- 4th May 2012Load Data - newbieBut why when I click next, $(document).ready(function () don't reload? What next? The paging control? It doesn't reload the Javascript function - no. Have a look in Firebug and you'll see it make an Ajax request for more data. Allan
- 2nd May 2012can fnAddDataAndDisplay() be used for serversidewhich can jump the paging. Allan
- 2nd May 2012fnAddDataAndDisplay() displays the added row in the 1st pageit will jump the paging to the new row.
- 29th Apr 2012Table content updateevent listener to the paging controls to listen for
- 29th Apr 2012Fast Client-Side Filteringyou only have a paging size of 10! Also
- 26th Apr 2012Highlighting a row in a paginated DatatableWell do you have the TR element that you want to highlight? Highlighting it would just be a case of adding a class to it, and paging to it could be done with this plug-in: http://datatables.net/plug-ins/api#fnDisplayRow Allan
- 26th Apr 2012Using "Search_Length" outside the Datatables TableHi Stefan, Have a look at this plug-in - http://datatables.net/plug-ins/api#fnLengthChange - it allows you to change the paging length from any control you want. Allan
- 25th Apr 2012ThemeRoller issueIn this example - http://datatables.net/release-datatables/examples/basic_init/themes.html - if I remove the color CSS attribute, then the blur colour of the links shows through in the paging control, so I need to take that into account. Allan