Search
11177 results 4231-4240
Forum
- 6th Oct 2010Tables with hidden columns don't resizeAgreed - this is sort of a bug, sort
- 6th Oct 2010Preserve "asSorting" orderingreason being that the sorting is stable, and doing a 'desc' sort - so the order of
- 30th Sep 2010header width issueyes. that would execute a sort i think and force a redraw but you could also accomplish the same with fnAdjustColumnSizing in onLoad?
- 29th Sep 2010Sorting something akin to an enumThe title sort numeric is exactly what I was looking for -- thanks for pointing me in the right direction!
- 29th Sep 2010filtering only works after sortingonly called when a sort occurs - thereafter that information
- 28th Sep 2010Problems with table growth out of div with filter edits, or sorting, and double tall headersDOESNT expand on the sort though, and the first
- 27th Sep 2010Stumped on a sorting problem.08, 09 those all sort and work fine. As
- 25th Sep 2010AutoScroll to topa feeling my code sort of sucks so any
- 23rd Sep 2010How to reset/clear sortingThat's quite a nice idea that - like it. One thing it won't do however is to restore the original sort order (i.e. the order read in from the HTML), which the plug-in above will do. Allan
- 19th Sep 2010Call Click event throw some other functionSo basically you don't want the standard sort listeners on the header elements? You can simply unbind the click event that DataTables adds: http://api.jquery.com/unbind/ Allan