@code { private string? SetRowClassFormatter(BindItem item) { return item.Count > 60 ? "highlight" : null; } }