-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
We need to implement row selection controllers which would allow different models for selecting rows in a grid.
Features we want (these can be ended up in different row selection controllers implementations though):
- Focus row with mouse
- Move focus with keyboard
- Select multiple rows with mouse
- by holding a
Shiftkey - in a special multiple selection mode
- by holding a
- Remove focus with
Esckey