Search
5748 results 2341-2350
Forum
- 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
- 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