TemplateColumn<T>
A column whose cell content is supplied by an arbitrary template. Mirrors MudBlazor’s
TemplateColumn<T>. Not sortable by default; supply TemplateColumn<T>.SortBy to enable sorting.
Type parameters
Section titled “Type parameters”T— Row item type.
Properties
Section titled “Properties”CellTemplate
Section titled “CellTemplate”Cell template receiving a CellContext<T> (access the row via context.Item).
ChildContent
Section titled “ChildContent”Alias for TemplateColumn<T>.CellTemplate when content is provided as the column’s body.
SortBy
Section titled “SortBy”Optional sort selector. When set (and Column<T>.Sortable), the column becomes sortable.