You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is lot of columns, it would be preferable to froze the checkbox column for easy toggling of the selection. The current API is too hard to find, hence convenience API in Grid would be desired.
There's actually an API for that but it's not on the Grid itself, see #1198 (comment)
TatuLund
changed the title
Add Java API to froze Grid multiselect checkbox column
Add convenience Java API to froze Grid multiselect checkbox column
Nov 7, 2024
Describe your motivation
When there is lot of columns, it would be preferable to froze the checkbox column for easy toggling of the selection. The current API is too hard to find, hence convenience API in Grid would be desired.
Describe the solution you'd like
Naming proposals
grid.setSelectionColumnFrozen(true)
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: