Search
11152 results 351-360
Forum
- 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
- 5th Mar 2013SORT EVENTclient request is a sort process? No - if you
- 4th Mar 2013Default Sort / IE7 Slownessturning off the default sort would be good enough.
- 1st Mar 2013Sort by numerica value within a wrapped tagIt actually should sort it but the HTML contents, but it will sort it as a string, not numerically. To sort numerically, use this plug-in: http://datatables.net/plug-ins/sorting#numbers_html Allan
- 28th Feb 2013Can't sort in the millionsHas this been solved? I've spent a lot of time designing a report only to find that datatables cannot sort properly when a cell value has more than one comma.
- 26th Feb 2013How to sort on two columnsfor the multiple column sort to be different? It
- 24th Feb 2013Sort one column using another as a tie-breakera single-click solution would be ideal. Use aDataSort for that - you can provide as many column indexes as you want to do a multi-column sort automatically on a column click. Allan
- 20th Feb 2013SORT COLUMN NUMBERthe plain value (for sort, type checking and filter).