Search
11152 results 7171-7180
Forum
- 31st Mar 2014Sorting with nulls last doesn't work after upgrade to v1.9.4How do I get sorting to put nulls at the end? I recently upgraded to v1.9.4 and It used to work with v1.8.2 thx a lot
- 20th Mar 2014Multi column sorting by CTRL key (make it configurable)CTRL key to do sorting on multiple columns? The
- 10th Mar 2014Bug in datetime-us sortingThe code is expecting a lowercase 'pm' and causes bad sorting for upper case AM/PM values. [code] jQuery.extend( jQuery.fn.dataTableExt.oSort, { ... if(ap == 'pm') hour = parseInt(hour, 10)+12; ... }); [/code]
- 5th Feb 2014Sorting does not work after Print when using sScrollXDT as well as sorting. I have found that
- 29th Jan 2014managing sorting of columns on runtimeHi All, I am creating a table on run time, so cannot define n. of columns. But i have to define custom sorting on the columns. Can any one help? Its urgent.
- 20th Jan 2014Data Table sorting is changing the layout of the table.I am creating a Data table with fixed columns. I am facing problems while sorting. After sorting a column, the layout of table changes. {lease help ASAP. debug code: epopuv.
- 8th Jan 2014Sorting problem when fnStateLoad usethat I get different sorting when I init the
- 9th Dec 2013Sorting Image position Issue.data tables plugin for sorting and pagination. It works
- 26th Nov 2013DataTables columnFilter() overwriting the Sorting Column.!!possible to Have both sorting and filtering row in
- 25th Nov 2013Date sorting plug-in for mm/dd/yyAnyone have a solution for sorting dates formatted the American way: mm/dd/yy? The only plug-in that comes close ("datetime-us") includes the time which seems to render it inoperable in my use case.