Search
11090 results 341-350
Forum
- 29th May 2013Sort on startup, and javascript sortUse aaSorting for initial sort and fnSort to perform a sort. Allan
- 24th May 2013How to cancel a sort event after it is fired?column and turned off sorting on the 1% width
- 23rd May 2013Using jqueryui themes, sort icon + row header on separate linesThanks a lot hugehugh !! Finally your trick worked for me!! "Error Was:"The Datatables sort icon, on column headers, by default appears under the column header text" ". Regards Kailash Nirmal
- 10th May 2013Cant sort a column with custom typea column it doesnt sort. Instead it does nothing.
- 19th Apr 2013No automatic sort?Yup - no problem. Just set the aaSorting option to be an empty array in the initialisation of your table. That will apply no default sort, but allow the user to sort the table if they want. Allan
- 16th Apr 2013DataTables 1.9.4: Can't Sort (With Test Case)plain text) columns wouldn't sort. Perhaps that should be
- 20th Mar 2013Best way to default sort?Does aaSorting support custom sorts? Yes :-). As long as your content can be sorted correctly (for which you might need a sorting plug-in in this case), aaSorting can do a multi-column sort. Allan
- 18th Mar 2013Auto sort by columnYou'd use aaSorting to define the default sort column. Allan
- 14th Mar 2013My sort don't work with my numbers in the server_processing. Why ?With server-side processing. Just make sure that your SQL can do a numeric sort on the data. That's nothing to do with DataTables itself. Allan
- 6th Mar 2013Hide sort iconSo I set the col "bSortable": false. But the sort icon still visible in the table header. That shouldn't happen, and it doesn't in this example: http://live.datatables.net/ixegal/edit#javascript,html Please link to a test case where it is in error. Allan