Search
5738 results 2331-2340
Forum
- 15th Oct 2013How to style/make the pagination like thisCurrently you'd need to write a paging plug-in: http://datatables.net/development/pagination . It should be a bit easier in DataTables 1.10. i'll try to write a tutorial when I've got a bit of time to do it. Allan
- 11th Oct 2013Reduce rendering time / browser freezingi could do - besides paging the records on the
- 10th Oct 2013Loading 500 rows (15 columns, most hidden) in DataTables is very slowprocessing is pointless without paging to be honest, since
- 10th Oct 2013How to give options in dataTables based on javascript variables?I'm not sure I quite understand - wouldn't you just use the variables directly? [code] var paging = false; $('#example').dataTable( { bPaginate: paging } ); [/code] Allan
- 6th Oct 2013Can I set table not to auto-refresh after I called fnUpdateData?draw keeping the current paging. 1.10 with this feature
- 2nd Oct 2013A general 'search' scenariodynamically change configuration options (paging, scrolling, types etc) would
- 27th Sep 2013FixedColumns performs four identical server requests on creationresponse time on a paging event is around 30ms
- 20th Sep 2013How do I modify fnDisplayRow to animate scrolling to the effected row?Yup - I'd try using just the scrollTo plug-in and not fnDisplayRow which is designed for paging. Are you using Scroller? What's the configuration of your table? I've heard of the scrollTo plug-in being used successfully with DataTables before. Allan
- 14th Sep 2013Re-page after removing a rowvanishes as expected, but paging doesn't go anywhere. I
- 6th Sep 2013Still cannot get drop down list in DataTable to workeven after scrolling and paging) without resorting to any