Skip to content

Commit e708cc9

Browse files
cleanup
1 parent 6167d3e commit e708cc9

File tree

1 file changed

+4
-4
lines changed
  • src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src

1 file changed

+4
-4
lines changed

src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src/QuickGrid.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
9898
@foreach (var col in _columns)
9999
{
100100
<td class="grid-cell-placeholder @ColumnClass(col)" @key="@col">@{ col.RenderPlaceholderContent(__builder, placeholderContext); }</td>
101-
}
102-
</tr>
103-
}
101+
}
102+
</tr>
103+
}
104104

105-
private void RenderColumnHeaders(RenderTreeBuilder __builder)
105+
private void RenderColumnHeaders(RenderTreeBuilder __builder)
106106
{
107107
foreach (var col in _columns)
108108
{

0 commit comments

Comments
 (0)