Skip to content

Better table sorting implementation

Zamaan Raza requested to merge sort-order into main

QTableView now has a build in QSortFilterProxy. Now the sorting order can be reset by clicking the table (top left) corner button, and clicking a column header instantly updates the table view instead of after scrolling.

Merge request reports