Search
11090 results 361-370
Forum
- 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
- 2nd Oct 2012What is the pre function used for when creating a sort by type?rather than having the sorting function manipulate the data to be sorted multiple times (two parameters
- 24th Sep 2012Server-side Processing Custom Sort Solution (like formatted-num sorting plug-in)want to do is sort the data that is
- 21st Sep 2012How to get values of the current sort column index and direction from [aoData]?might be that the sort listener is running first