Cell selection #829
-
|
Does the mantine-datatable support cell selection? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Not out of the box, but I think you can easily implement it by handling cell clicks and providing visual feedback via custom cell styles. |
Beta Was this translation helpful? Give feedback.
-
|
I think it is getting easily more complicated because you might want to support multiple selections as well as keyboard shortcuts. If you have one cell selection and pressing the arrow keys, for instance, should navigate the selection up/down/left/right. Imo, this is a good feature to have. It is not only the click that should be handled. |
Beta Was this translation helpful? Give feedback.
Not out of the box, but I think you can easily implement it by handling cell clicks and providing visual feedback via custom cell styles.