Ability to render objects on a Cell #4
ruslanguns
started this conversation in
Show and tell
Replies: 1 comment 11 replies
-
Couldnt this be achievable by just calling a onRowClick and render a modal? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, I had the opportunity to work on a project utilizing Mantine-React-Table. One of the features I was able to add was an expandable cell that renders its content in a tooltip, similar to tables found in popular data visualization tools such as Kibana and Grafana.
One of the key factors that made this implementation possible was the use of the polymorphism approach in Mantine-React-Table. By utilizing this approach, I was able to replicate the expandable cell feature without much effort. This approach allows developers to easily customize and extend the functionality of the library to fit their specific needs.
Beta Was this translation helpful? Give feedback.
All reactions