Search
5738 results 2341-2350
Forum
- 29th Aug 2013Official plug-in produces incorrect codeOops thanks for pointing that out. I'll fix it shortly. All of the paging plug-ins will get a bit of an update for v1.10 soon anyway (although it is backwards compatible). Allan
- 29th Aug 2013Horizontal Pagination?I guess you could attach a function on draw callback which would calculate the horizontal "paging" and then display the controls for it, but there is no facility built into DataTables for this method. Allan
- 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