Search
5748 results 2351-2360
Forum
- 24th Aug 2013Twitter BootstrapAnyone got it working with Twitter Bootstrap 3, yet? Downloading the example and switching to bootstrap 3 causes the paging display to screw up.
- 22nd Aug 2013Cut Header Width Sizex entries" and the paging controls at the bottom
- 19th Aug 2013Can I show page info instead of record info for sInfo?API method to get paging information */ $.fn.dataTableExt.oApi.fnPagingInfo = function(oSettings) { return
- 14th Aug 2013bStateSave & ColumnFilter pluginI can say that paging is working fine but
- 13th Aug 2013Problem Refreshing Data in Server-Side Modeto do server side paging correctly! My problem is
- 31st Jul 2013Datatables with BBQBack button support when paging, sorting and filtering? You
- 30th Jul 2013Problem with pagination + Server-side processingSOLVED! Oracle is not paging as MySQL so I
- 29th Jul 2013How to preserve pagination over sorting?In DataTables 1.9- no, there isn't a way of doing that, but in 1.10 you can use table.order( ... ).draw( false ); to preserve paging. 1.10 pre beta is available in git if you want to give it a bash :-) Allan
- 19th Jul 2013using fnRowCallback and fnServerData giving warningserver side processing for paging where I need to
- 19th Jul 2013r - pRocessing ( what does it mean)It means that the r option is used to show a processing indicator when DataTables is doing some kind of processing (usually an Ajax get). I couldn't use p since that is used for paging, so r it was. Allan