@blueprintjs/table evented button in a cell #6422
Unanswered
fredfortier
asked this question in
Q&A
Replies: 1 comment
-
@fredfortier How did this wind up working out for you? I'm running into a very similar situation and so far the flow you've described seems like the only way to bubble events like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to put a button in each cell that triggers an event handler in the main table with a reference to the cell value. Based on the documentation, I'm thinking
EditableCell
with a custom cellRenderer that show a button instead of the underlying value. Clicking the button changes its mode to "loading" and triggers theonChange
event of the table.Is this the right way to think about this? Or is there an easier way to bubble custom events inside cells to the main table?
Beta Was this translation helpful? Give feedback.
All reactions