Search
5748 results 5051-5060
Forum
- 17th Mar 2009Custom filter option and server-side processing.have a grid with paging and sorting on the
- 10th Mar 2009Server Side Pagination and SorterAnybody here know about the existence of any extension of the DataTable that allows the extension for sorting and paging server-side? It is very useful for cases where the return Ajax is too long.
- 17th Oct 2019pagingType should become option to disable count queryapplication. Therefore, when using** pagingType "simple"**, there is no
- 19th Oct 2018Editor pagingType and pageLength options?itself offers options for pagingType and pageLength. I can't
- 25th Sep 2015How to change datatable settings like 'pagingType' after table initialization using apito change my tables pagingType to simple if the
- 19th Jun 2014the pop up is not workin on second page but when I set paging:false it works wellalso if I set paging:false it works well. What
- 30th Sep 2013Get as many data as Paginging size is selectedHi, i have one situation where i need this functionality in jQuery 1)Get as many data as Paginging size is selected 2)same thing will work on clicking pagging number. Thanks,
- 21st Oct 2024The plugin for pagingType "input" seems to be omitting the input elementThanks That solved it
- 7th Jun 2015customize "pagingType": "full_numbers" of v1.10.7 to have it like previous versionsNot very generic, but this is what I did to achieve the same (the logic will fail if the pagination button count is changed)... I will update a generic version shortly. Finding a way to over ride the function with out altering the original library. function _numbers ( page, pages ) { var numbers = [], buttons = extPagination.numbers_length, half = Math.floor( buttons / 2 ), i = 1; if ( pages <= buttons ) { numbers = _range( 0, pages ); } else if ( page < half ) { numbers = _range( 0, buttons-2 ); } else if ( page > pages - 1 - half ) { numbers = _range( pages-(buttons-2), pages); } else { numbers = _range( page-2, page+3); } numbers.DT_el = 'span'; return numbers; }
- 26th Feb 2026Can I make multiple predefined search queries from a select field?adressen.woonplaats' } ], order: [[0, 'asc']], pagingType: 'full_numbers', pageLength: 25, search: