20 Aug
2026
20 Aug
'26
4:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36403 --- Comment #2 from Juliet Heltibridle <jheltibridle@rcplib.org> --- I think we still need to have a way to set which column is the default sort order, but I added this to my IntranetUserJS to set the sort order using the Description column instead of the Code column once the table loads. I was assisted by Claude AI in creating this. $('#invoices').on('init.dt', function () { var table = $('#invoices').DataTable(); table.order([1, 'asc']); table.page.len(-1); table.draw(); }); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.