25 Oct
2024
25 Oct
'24
2:42 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (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? -- You are receiving this mail because: You are watching all bug changes.