You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, remove TableRow from table header. This does not seem to cause any issues except that it does not follow the documentation. OR, do not use a virtualized DataGrid
The text was updated successfully, but these errors were encountered:
Hello @mtbayley
Thanks for the demo it really helps!
Can confirm it's a bug in our "FixedHeader" table feature which is used in Virtualize mode. The QuerySelector is taking in every existing thead below the table incorrectly. We'll change it to only take in the first as expected.
Describe the bug
When a table is added as the DetailRowTemplate in a DataGrid, the header row is shifted down by an X amount of px
To Reproduce
Example
https://github.com/mtbayley/BlazoriseTableBug
Screenshots
Additional context
As a workaround, remove TableRow from table header. This does not seem to cause any issues except that it does not follow the documentation. OR, do not use a virtualized DataGrid
The text was updated successfully, but these errors were encountered: