Search
11090 results 351-360
Forum
- 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).
- 15th Feb 2013Force secondary sort always ascendingto detect the DataTables sort listener and then attach
- 2nd Feb 2013Sort table by HTML5 data valuesearching "bSort": true, // enable sorting "aaSorting": [], // use server-side sort for initial view "aoColumnDefs":
- 10th Jan 2013fnaddData and sort alphabetically?Reposting from SO: fnAddData most certainly does sort the table after it has run - example: http://live.datatables.net/aceyed/edit#javascript,html . Please link to a test case showing the issue. Allan