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
We added an overflowTooltip() handler a few months ago, currently used only for pages. You can see the commit that adds it here: 86681de.
It seems a reasonable thing to try for column names, basically addressing the issue using your first suggestion.
The second suggestion has come up too, with a few wishes around that. It's not mutually exclusive to a tooltip, and there are definitely non-trivial design decisions to be made for supporting taller column headers.
I noticed that the column name, when they are cropped, are hard to be identified unless we expand the width.
However, sometimes it does not make sense to expand the column width, as the values are just simple values (numbers, boolean checkboxes).
I am not sure how to solve this. Here are some options I have in mind:
What do you think?
The text was updated successfully, but these errors were encountered: