Part-DB-server/assets/controllers/elements/datatables
Wieland Schopohl 31e3049bdd Fix sort order after column reorder on page reload
When columns are reordered via colReorder and the page is reloaded,
the saved sort state uses visual column indices. These were sent
directly as initial_order to the server, which interprets them as
original indices — causing the wrong column to be sorted.

Use the saved colReorder mapping to translate visual indices back to
original indices before sending initial_order in the _init request.
2026-04-16 11:30:44 +02:00
..
datatables_controller.js Fix sort order after column reorder on page reload 2026-04-16 11:30:44 +02:00
log_controller.js Coloring on log level in log tables now work again. 2022-12-17 01:03:22 +01:00
parts_controller.js Made part table action bar sticky floating 2025-09-07 21:52:04 +02:00