31 Oct
2024
31 Oct
'24
9:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #4)
(In reply to Jonathan Druart from comment #3)
It will repeat that sequence indefinitely as the column header is clicked. As before, it can be controlled using the columns.orderSequence option, and if you wish to restore the default DataTables 1.x behaviour you can do so by setting the default:
DataTable.defaults.column.orderSequence = ['asc', 'desc'];
I reckon we keep the 1.x behaviour, yeah?
Done in commit "Bug 36640: Restore previous order sequence behaviour" -- You are receiving this mail because: You are watching all bug changes.