ant-design-blazor/components/table/SummaryCell.razor
James Yeung 1181673273 feat(module: table): add summary (#1218)
* feat(module: table): add summary row

* feat: add fixed summary cell
2021-03-31 19:02:57 +08:00

6 lines
143 B
C#

@namespace AntDesign
@inherits ColumnBase
<td class="@ClassMapper.Class" style="@FixedStyle @Style" colspan="@ColSpan">@ChildContent</td>