Skip to content

remove-button inside blueprintjs table cell #5875

Answered by adidahiya
bsdis asked this question in Q&A
Discussion options

You must be logged in to vote

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 (using onSelection) for the "remove" column cells.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adidahiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #4230 on January 24, 2023 15:07.