https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640

--- Comment #3 from Jonathan Druart <[email protected]> ---
For discussion

Behaviour change:
https://datatables.net/upgrade/2#Order-sequence

"""
When ordering columns by clicking on their header element, in v1 it would
simply toggle between ascending and descending ordering for the columns
(controllable with the columns.orderSequence option). DataTables 2 introduces a
new option to this parameter, an empty string value which represents no
ordering. The default has been updated to make use of this and the ordering
sequence that is applied when clicking the header cell is now:

    Ascending
    Descending
    No order

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'];
"""

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to