Tooltip Props Override #426
th3oth3rjak3
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
MRT is a pre built TanStack Table implementation. If you don't like the muiTableBoyCellProps components, or can't customize them enough through the MUI theme, just use TanStack Table with your own custom components. |
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
-
I created a custom tooltip in my application that lets me specify the transition as well as background color for the tooltip. Everywhere else in my application I use this custom tooltip, but I can't use it in the table unless I custom implement a bunch of stuff which sort of defeats the purpose of using this awesome library! What I would like to suggest is a way to allow users to specify some tooltip props that either apply to the whole table or can be configured individually. This way the styling would at least match. Here is the definition of my tooltip for an example of how I use it. If there was a way to at least provide some of these props, then I could have a consistent style.
Beta Was this translation helpful? Give feedback.
All reactions