We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baa850 commit 59f1995Copy full SHA for 59f1995
1 file changed
src/BootstrapBlazor/Components/Table/Table.razor.cs
@@ -90,7 +90,7 @@ public partial class Table<TItem> : ITable, IModelEqualityComparer<TItem> where
90
.AddClass("table-excel", IsExcel)
91
.AddClass("table-bordered", IsBordered)
92
.AddClass("table-striped table-hover", IsStriped)
93
- .AddClass("table-layout-fixed")
+ .AddClass("table-layout-fixed", IsFixedHeader || AllowResizing)
94
.AddClass("table-draggable", AllowDragColumn)
95
.Build();
96
0 commit comments