Library Blazor Components NextGrid Reference Classes GridColumn Properties CanSort

CanSort

User can click on column header and sort column.

razor
[Parameter]
public bool CanSort { get; set; } = true;

Sign in