Search
11091 results 431-440
Forum
- 21st Jan 2011Custom sort function not called when sorting multiple columnsin future to post sort columns - added to the
- 20th Jan 2011Preserve multi-column sort when sorting?let you force the sorting, while allowing the user to sort as well (aaSortingFixed is
- 17th Jan 2011totally remove header click to sortunbinding the click event and specifying the sort class SEEMS to be working $('TH').unbind('click.sorting');
- 14th Jan 2011Datatables in IE7 and IE6 only allows one sort of a column after re-initialisingand then try to sort on the columns the
- 8th Dec 2010Sort issues after adding thumbnail columnto change the default sort column. That fixed both
- 11th Nov 2010Dynamic Default Sort Columnsindex of the default sort columns is changing because
- 26th Oct 2010Disable client side sorting - but still be able to sortthat there is not sorting going on, on the
- 4th Oct 2010How To Set A Default Column To Sort On Page LoadaaSorting allow the default sort to be set: http://datatables.net/usage/options#aaSorting Allan
- 30th Sep 2010Stable sortwhen the values being sorted match, and therefore stable sorting comes into play, it
- 27th Sep 2010Sort with custom column types (1.7.1/1.7.2) seems broken in Safari (for me)?Bug in my sort functions, being masked by FF doing some typecasting between booleans and ints. I can sleep again.