Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/Components/Table/Table.razor
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
var cellClass = "";
string? value = null;
RenderFragment? valueTemplate = null;
<div class="table-cell">
<div class="table-cell @col.CssClass">
<label>
@col.GetDisplayName()
</label>
Expand Down
Loading