Replies: 1 comment 1 reply
-
For simpler use case, how can I draw any SVG within a read-only cell? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I want to have custom render logic to my text cell. Normally the cell should render just like a text cell, however, when there's an error in data, I want to render a tooltip in front of the text. The tooltip is just a ReactElement made by myself. How can I achieve this?
I'm working on a project where I need to enhance a text cell with custom rendering logic. The standard behavior of the cell is straightforward, similar to a typical text cell. However, I want to introduce a specific feature: when the cell's data contains an error, a tooltip should appear in front of the text.
This tooltip is a custom ReactElement that I've created. I'm looking for guidance on integrating this conditional rendering within the text cell. Here are my specific questions:
Any code snippets, library recommendations, or general advice on this would be greatly appreciated. If more details are needed, I'm happy to provide them.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions