-
Beta Was this translation helpful? Give feedback.
Answered by
adidahiya
Jul 21, 2020
Replies: 1 comment
-
Buttons aren't designed to fit inside table cells, as the cells should represent data. If you want to implement this kind of "remove" behavior I would recommend rendering an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adidahiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Buttons aren't designed to fit inside table cells, as the cells should represent data. If you want to implement this kind of "remove" behavior I would recommend rendering an
<Icon>
inside the cell. Then try adding custom styling and click handling behavior (usingonSelection
) for the "remove" column cells.