Skip to content
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

[QuickGrid] - Add HTML title attribute to "th" elements #55576

Open
1 task done
VaclavElias opened this issue May 7, 2024 · 0 comments · May be fixed by #55837
Open
1 task done

[QuickGrid] - Add HTML title attribute to "th" elements #55576

VaclavElias opened this issue May 7, 2024 · 0 comments · May be fixed by #55837
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-blazor-quickgrid help candidate Indicates that the issues may be a good fit for community to help with. Requires work from eng. team
Milestone

Comments

@VaclavElias
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

My QuickGrid implementation features many columns with abbreviated titles. I would like to add the HTML title="" attribute to th elements to display the full title when users hover over the column headers. This functionality is currently not supported.

image

Describe the solution you'd like

A new property should be added to facilitate the addition of the title attribute. Alternatively, a dictionary could be implemented to allow control over multiple attributes in the th element.

Additional context

The column names employ business-related abbreviations to conserve space and prevent unnecessary stretching of columns, especially those with numerical identifiers, based on longer titles. The title attribute would allow users to see the full descriptions without affecting the grid layout.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-blazor Includes: Blazor, Razor Components label May 7, 2024
@mkArtakMSFT mkArtakMSFT added feature-blazor-quickgrid enhancement This issue represents an ask for new feature or an enhancement to an existing one labels May 8, 2024
@mkArtakMSFT mkArtakMSFT added this to the Backlog milestone May 8, 2024
@mkArtakMSFT mkArtakMSFT added the help candidate Indicates that the issues may be a good fit for community to help with. Requires work from eng. team label May 8, 2024
@MattyLeslie MattyLeslie linked a pull request May 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-blazor-quickgrid help candidate Indicates that the issues may be a good fit for community to help with. Requires work from eng. team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants