Search
11152 results 441-450
Forum
- 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.
- 27th Sep 2010sort negative and positive numbersYou need a sorting plug-in which will strip the plus sign and then sort numerically. There aren't any available which currently do this, but it is a fairly easy modification from the ones which are available: http://datatables.net/plug-ins/sorting Allan
- 11th Aug 2010Multi-column sort programmaticallydocument).ready(function() { var oTable = $('#example').dataTable(); /* Sort immediately with columns 0
- 10th Aug 2010No Sort one column with a specific classbeginners like me... [code] Sort meDon't sort me $(document).ready(function()
- 12th Jun 2010HTML sort type bug?do this for a sort function as well... Regards,
- 2nd Jun 2010Missing Sort direction iconsplay nice with the sort direction icons, which would
- 29th Mar 2010sort by cell title attribute?and found that the sorting function works fine in
- 17th Mar 2010Trigger sortfnSort will sort the table: http://datatables.net/api#fnSort Allan