Skip to content

table: Use upstream table selection behavior

Arjen Hiemstra requested to merge work/ahiemstra/tableselect into master

Rather than manually implementing table selection behaviors, use those provided by upstream TableView. This ensures things work in tree view mode, it gives us interrupted selection and generally improves behavior.

BUG: 479329

Merge request reports