-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EuiDataGrid] Add title
attribute to column header cell content
#6013
Conversation
- to make headings more visible if text is being truncated due to column widths
- clarify props documentation for `displayAsText` - reorder props by general purpose - Update `columns` snippet to include all props and also to follow new grouping order
Preview documentation changes for this PR: https://eui.elastic.co/pr_6013/ |
- reproducible on the Version column in the main datagrid example
title
attribute to column header cellstitle
attribute to column header cell text
title
attribute to column header cell texttitle
attribute to column header cell content
I did some testing on VO and it turns out leaving the In any case, putting the |
Preview documentation changes for this PR: https://eui.elastic.co/pr_6013/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, tested in the PR's deployed docs
Summary
closes #6012
This uses
displayAsText
by default, falling back toid
(which meanstitle
should always be present).Checklist
and playground togglesjest and cypress testssnapshots- [ ] Checked in both light and dark modes- [ ] Checked in mobile- [ ] Checked Code Sandbox works for any docs examples- [ ] Checked for breaking changes and labeled appropriately- [ ] Updated the Figma library counterpart