@ -22,7 +22,7 @@ public partial class Grid<DataType> : ComponentBase
public RenderFragment? Img { get; set; }
[Parameter]
public DataGridOptions? Options { get; set; } = null;
public DataGridOptions? Options { get; set; } = new();
public List<string>? SearchFilters { get; set; } = null;