Search
11152 results 241-250
Forum
- 12th Jul 2016Sort for date Column not working correctly even after using data-order attributethat datatables can reliably sort with is ISO-8601. You need to use a sorting plugin, such as this
- 27th Jun 2016how to vertically reposition sort icons that span two rows?pulls all of the sort icons to the bottom
- 20th Apr 2016Initial Sort Order using Serverside and Ordering = falseYou'd need to remove or override the sort icons from the CSS if you don't want them. Allan
- 22nd Mar 2016sort column the column width will changebelow is the key parameters "scrollX": true, "searching": false, "sDom": TableDOM_Init(), "bInfo": false, "autoWidth": false, "paginate": false, "sort": true, "oLanguage": { "sLoadingRecords":"no data avaliable" },
- 17th Mar 2016How to have sort and select filters in different header rows?I think this fiddle achieves what I'm looking for. https://jsfiddle.net/wwhe7k20 Filter at top, sort on bottom.
- 16th Mar 2016Sort asc, desc, and *rev*If we want to sort on domain name, we
- 9th Feb 2016After Editor create, how to apply sort?the user control of sort priority and sort order.
- 6th Feb 2016Sort or Paging{"draw":4,"columns":[{"data":"Id","name":"","searchable":true,"orderable":true,"search":{"value":"","regex":false}},{"data":"Name","name":"","searchable":true,"orderable":true,"search":{"value":"","regex":false}},{"data":"Category","name":"","searchable":true,"orderable":true,"search":{"value":"","regex":false}},{"data":"Price","name":"","searchable":true,"orderable":true,"search":{"value":"","regex":false}}],"order":[{"column":1,"dir":"asc"}],"start":5,"length":5,"search":{"value":"","regex":false}} This is the Request when I am doing the paging. The "order" is also present there. I have already sorted my list; I do not want to sort it for each paging , to save cpu cycle.
- 19th Jan 2016sort icon pushes into next column headerthat the table has sort icons, and perhaps only
- 4th Dec 2015How to sort timestamp with MM-DD-YYYY HH:MM?You could store the time in a hidden column and use it as a secondary sort, maybe?