Search
11152 results 361-370
Forum
- 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
- 3rd Jan 2013when a table has two rows in head,how to sort?You need to add an event listener to the colspan cell yourself which will call fnSort to do a multi-column sort. DataTables will not do that automatically. Allan
- 28th Dec 2012Sort Columns with Numbers and Empty CellsI had to sort integers in a column
- 9th Dec 2012dont sort first rowWorkaround - Place your insert row in the table header itself. On click add / insert a row. I assume sort is applied only to the [code] tbody tr td [/code]. This way your insert row is not sorted
- 14th Nov 2012Numerical sort with non-numeric values (But mathematically accepted)I have implemented this myself. Prior to a normal numeric sort, I replaced +inf and -inf by respectively very high and very low values (values I will never see in my data), and replaced NA by an impossible numeric value.
- 26th Oct 2012Custom Sort Order for Filtered Resultsto create a priority sort. That worked but it
- 10th Oct 2012Sort column by rating (wordpress - wp table reloaded - gd star rating)I don't know about WP-TableReloaded (or rather where you would put the plug-in for DataTables), but you'd need a sorting plug-in which will pull the information you want from the strings and then sort on them. Documentation here: http://datatables.net/development/sorting Allan
- 6th Oct 2012Sort icons/arrows: 3 browsers, 3 results (not on same line, overlapping text, and correct)UI CSS file: [code] /* * Sort arrow icon positioning */ table.display