Grid fix Options null
This commit is contained in:
parent
abcdb71bda
commit
d6ee4bc164
@ -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();
|
||||
|
||||
[Parameter]
|
||||
public List<string>? SearchFilters { get; set; } = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user