Search
11152 results 7411-7420
Forum
- 22nd Sep 2016sorting by date descending (default )Thanks Allan its working fine
- 7th Sep 2016Dynamic Enum sorting - plugin doesnt work in IE8Ah good old IE... One more test if you would be willing? If you use: $.fn.dataTable['enum'] does that work in IE8? Thanks, Allan
- 8th Aug 2016Traverse rows in sorted orderYup - good point. Thanks for correcting that! Allan
- 6th Jun 2016Need to get the currently sorted column indexJust call order() on your DataTable variable.
- 3rd Feb 2016how to disabled sorting in datatablehttps://datatables.net/reference/option/ordering Anyway you could update your DataTables version? With DataTables 1.10, you can include all the cool extensions and plugins when you download the main js file. That would allow you to configure your buttons using the new way https://datatables.net/extensions/buttons/examples/
- 11th Jan 2016How to keep the sorting with refreshed dataI tried stateSave and it didn't do the trick, but the following configuration parameter did: ajax: { url: "jsonData.json", "dataSrc": function(json) { var a = []; var b = json.Workgroup; a.push(b); b.data = a; return b; } }
- 4th Dec 2015Ordering: true, sorting working but not working pagination next and previous buttons,By default i set the values like default default: { ordering: true, order: [[0, asc]], paging: true } Pagination buttons are displaying, but not working previous and next buttons using datatable 1.10 version, if ordering: false, pagination buttons working, if order: true pagination buttons not working,
- 24th Nov 2015Sorting :afterAre you using Bootstrap or Foundation styling? What is the benefit of what you suggest? Allan
- 21st Oct 2015Problem with sorting dates DD-MM-YYYY HH:mm:ss -http://prntscr.com/8tluk9 screenshot of the problemI am sorry for that mess... I'm new here as you see :) Anyway thank you a lot for that quick answer and instructions. Table works fine, wish you all the best!
- 30th Jun 2015Scrolling adds second row of sorting iconsIt is in my source. Not sure why you are seeing it in a different order. Maybe the scroll div is being written incorrectly?