Search
11177 results 3981-3990
Forum
- 24th Nov 2011Negative currencyyou can separate the display of the value from the actual value being used below the surface with the fnRender function and bUseRendered: false else you'll need to parse your values and convert them to numbers in your sort routine(s)
- 23rd Nov 2011Unlinked Filtersrow to put the sort listeners on (default is
- 22nd Nov 2011Page Load time issue with more than 5000 rowsthis pop-up when I sort by checkbox column (which
- 21st Nov 2011Using Hidden title numeric sortingwant to have as sorting title-numeric. Is that an
- 21st Nov 2011Header and body doesn't line up with the search area when there is a scrollbarHas this been fixed? I get the same problem, but columns are aligned after I sort my data by clicking on a column header.
- 19th Nov 2011UK Date Sorting Problemwhich means that the sorting is done on the
- 18th Nov 2011checkboxes as filtersbind it and the sort of code will have
- 17th Nov 2011Is it possible to style text as an icon?those columns to be sorted the first one tells
- 16th Nov 2011different iDataSort for sorting ascending and descendingas I want to sort on column 1 for
- 15th Nov 2011Sorting columns with imagesforce that column to sort as string. it should work. http://www.datatables.net/usage/columns#sType it was probably auto-detecting 'html' type, which strips/ignores the html [code] "aoColumnDefs": [ { "sType": "string", "aTargets": [ 0 ] } ] [/code]