Skip to content

Resolve "Easy select an entire row"

Bram Wiepjes requested to merge 1061-easy-select-an-entire-row into develop

This is a super simple implementation that makes it possible to more easily select an entire row. You can right click on a row and then on "select row" to select the entire row using multiple select. This is far from ideal, but at least it will make easier for some users to select the entire row without having to horizontally scroll.

Jul-25-2022_21-06-36

Merge Request Checklist

  • changelog.md has been updated if required
  • New/updated Premium features are separated correctly in the premium folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Closes #1061 (closed)

Edited by Bram Wiepjes

Merge request reports