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

Add HTML title attribute to "th" elements #55837

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MattyLeslie
Copy link
Contributor

Add HTML title attribute to "th" elements

Previously the <th> cells were rendered without allocating the column title in QuickGrid.razor.
This was listed as an issue in #55576, the desired functionality was to have abbreviated column headers with the ability to hover
to see the full title.

Changes made:

  1. Rendered column headers with the title value.

Fixes #55576

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-blazor Includes: Blazor, Razor Components label May 22, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label May 22, 2024
Copy link
Contributor

Thanks for your PR, @MattyLeslie. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@MattyLeslie MattyLeslie marked this pull request as ready for review May 22, 2024 14:12
@MattyLeslie MattyLeslie requested a review from a team as a code owner May 22, 2024 14:12
Copy link
Contributor

Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime.
To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an /azp run comment here (requires commit rights), or by simply closing and reopening.

@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Jun 1, 2024
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 community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[QuickGrid] - Add HTML title attribute to "th" elements
2 participants