Replies: 1 comment 1 reply
-
Hi, Thanks for your suggestion but we have currently no plans to implement this. I'm moving this to the discussion area so more people can indicate if they have an interest in this. |
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
-
🙋 Feature Request
Long headings in the Datagrid are hidden at the end of the column width.
You could extend the width of the column to see the whole text, but a data grid with numbers would benefit from showing the whole text without needing to expand the table.
🤔 Expected Behavior
There could be a parameter allowing multiline text in the header, like the normal table cells have in the new versions.
😯 Current Behavior
Example from a project Im working on:
"Average yearly hours by assistants" and the numbers in the table are in the range of 33.5
"Average yearly hours by pedagogues" and the numbers in the table are in the range of 58.9
When aligning the column width with the length of the header it loos like this:
Without setting the column width, you get something like this:
💁 Possible Solution
Parameter MultiLineHeader bool - Allows for multiline headers
💻 Examples
With multiline it could look something like this
hours by
assistants
hours by
pedagogues
When using the table to analyze data, this makes comparison between data in the different columns much easier
Beta Was this translation helpful? Give feedback.
All reactions