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

[Bug]: TableRowHeader.razor using <th> not <tr> #5364

Closed
sks-ttaylor opened this issue Mar 13, 2024 · 2 comments
Closed

[Bug]: TableRowHeader.razor using <th> not <tr> #5364

sks-ttaylor opened this issue Mar 13, 2024 · 2 comments
Labels
Type: Bug 🐞 Something isn't working

Comments

@sks-ttaylor
Copy link
Contributor

Blazorise Version

1.4.2

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction, or a simple code snippet

none

Steps to reproduce

https://github.com/Megabit/Blazorise/blob/master/Source/Blazorise/Components/Table/TableRowHeader.razor

What is expected?

TableRowHeader using

What is actually happening?

table is not rendered correctly

What browsers are you seeing the problem on?

No response

Any additional comments?

No response

@sks-ttaylor sks-ttaylor added the Type: Bug 🐞 Something isn't working label Mar 13, 2024
@stsrki
Copy link
Collaborator

stsrki commented Mar 13, 2024

This is the expected behavior. The TableRowHeader is used as the header of a row. It's usually represented as a column with a bolder font.

See the specification here https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th

@stsrki stsrki closed this as completed Mar 13, 2024
@sks-ttaylor
Copy link
Contributor Author

sks-ttaylor commented Mar 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants