You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considered the value versus complexity for all users of the library as well as library maintenance
Considered if this can be a storybook or documentation example
Is your feature request related to a problem? Please describe
Somewhat? I'm developing a table where I'm trying to keep the column names short to save space, but this makes the meaning less obvious.
Describe the solution you'd like
A tooltip on column name hover with additional text would be perfect. I could see an additional property being added to the columns object such as tooltip or tooltipText of type string, which when provided adds a tooltip that appears whenever you hover over the column name.
Describe alternatives you've considered
I could have a legend explaining the columns before, after, or to the side of my table, but this is less intuitive and fairly space inefficient.
I don't believe this is possible given the current props we can provide to the table (and if it can be, I'm not sure how), so it can't simply be an example in the documentation.
Additional context
Example of a table that implements this behavior:
Thanks for your time!
The text was updated successfully, but these errors were encountered:
I generally think we also need this feature, my concern is all the extra overhead to make this work. Like a lib that already does this adds deps. (Popper.js!?) Also how do I know when to show the tool tips. What about mobile? Can we opt in the overhead. Alternatively, I could allow you to set a title on the column header which moat browsers will convert to a top tip. The ux is clunky on the browser title based tool tips but its better than nothing. I’m open to suggestions or ideas on implementing.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Feature Check list
Is your feature request related to a problem? Please describe
Somewhat? I'm developing a table where I'm trying to keep the column names short to save space, but this makes the meaning less obvious.
Describe the solution you'd like
A tooltip on column name hover with additional text would be perfect. I could see an additional property being added to the columns object such as
tooltip
ortooltipText
of typestring
, which when provided adds a tooltip that appears whenever you hover over the column name.Describe alternatives you've considered
I could have a legend explaining the columns before, after, or to the side of my table, but this is less intuitive and fairly space inefficient.
I don't believe this is possible given the current props we can provide to the table (and if it can be, I'm not sure how), so it can't simply be an example in the documentation.
Additional context
Example of a table that implements this behavior:
![Screen Shot 2020-04-27 at 12 34 37 PM](https://user-images.githubusercontent.com/10686713/80402410-7d26a780-8883-11ea-943b-c4ae87d2908f.png)
Thanks for your time!
The text was updated successfully, but these errors were encountered: