Skip to content

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.

  • T — Row item type.

Cell template receiving a CellContext<T> (access the row via context.Item).

Alias for TemplateColumn<T>.CellTemplate when content is provided as the column’s body.

Optional sort selector. When set (and Column<T>.Sortable), the column becomes sortable.