Search
11152 results 1091-1100
Forum
- 31st May 2022Sort icons are not displayed correctly in Safari(IOS 14.4, IpadOS 15.5) DataTables 1.12.1I've made the commit for that now and it will be in the nightly soon. Allan
- 13th Apr 2022Only date popup for datetime field, and where'd my sort arrows go?Works perf. Thank you. I thought I'd tried it with that function in there before, but did not have the caps correct in format.
- 25th Feb 2022How to sort tables differently when screen size is less than 600px.Something like this could work. table .on( 'init column-visibility responsive-resize', function () { if ( $(window).width() > 600 ) { table.order( [ 1, 'asc' ] ).draw(); } }) Be sure to remove the "order" option from the table configuration as well. This way the window size is checked when the table is initialized and also when columns are hidden / shown and when the responsive extension does a resizing.
- 14th Feb 2022Having issues with sort arrows showing a whompy characterThat suggests that the font for the page doesn’t have the UTF8 arrow icons we use in our CSS. What font does the page (specifically the th elements) use? Allan
- 11th Feb 2022sort date (format d.m.Y)Perfect ! Thanks :)
- 9th Feb 2022Sort rows first based on selected checkboxes, then by other columnIn the example, it's sorting on the value of
- 26th Jan 2022How to disable sort table on click?Checkout the columnDefs.targets docs. Kevin
- 11th Jan 2022How Do I Implement sort in the second header row of 3A better option might be to add the third row in initComplete or if you are using headerCallback do something like this example from this thread to add the third header. Kevin
- 6th Dec 2021Using Checkboxes to sort columnsThanks for posting, Colin
- 5th Dec 2021Replace Sort icons in Datatables 1.10 ( 2021)I know something out of order but did not know what that was. solved now. Thanks much.