Search
11152 results 271-280
Forum
- 24th Apr 2015How to sort float number with two place and string value together in datatableHow to sort float number with two place and string together in data table in jquery????
- 21st Apr 2015Sort Not Working Correctlyactually allowed me to sort a couple of other
- 6th Apr 2015Not sure why 2 sort arrow groups are showing upof jquery.dataTables.css: table.dataTable thead .sorting { background-image: url("../images/sort_both.png"); } table.dataTable thead
- 24th Mar 2015Change sort order after searchit so the search sorts by relevance, but then lets the user select other sort columns: opportunityTable.on('search.dt', function(e){ var
- 24th Mar 2015Get row number in display order after sort?row number after a sort, that is, the row
- 10th Mar 2015Hours:minutes Ago sortThe ultimate date / time sorting plug-in which uses Moment.js should be able to cope with this okay. Just configure it with the format you want to be able to sort. Allan
- 24th Feb 2015sort on dates not working properly after upgrade to 1.10.5render attribute: 'render': { '_': 'display', 'sort': 'raw_value' ) And it still
- 23rd Feb 2015Sort controls customizationcorrectly render the custom sort control using initial sorting configuration. I'll taking sorting
- 12th Feb 2015How to sort using a hidden column in 1.10.0That looks ok to me. Are you seeing any errors other than apparent failure to sort as required? EDIT: I should have mentioned I have this version: //cdn.datatables.net/1.10.4/js/jquery.dataTables.min.js
- 11th Feb 2015Cannot sort on uk-datehow do I make the default sort direction to be descending? Use the asSorting option to control that. You may also need to specify aaSorting if it is the column that is sorted when DataTables initialises. Allan