We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab8093 commit 1f57f6cCopy full SHA for 1f57f6c
test/LoreSoft.Blazor.Controls.Tests/Snapshots/PublicApiTest.PublicApiHasNotChanged.verified.txt
@@ -260,7 +260,7 @@ namespace LoreSoft.Blazor.Controls
260
[Microsoft.AspNetCore.Components.Parameter]
261
public bool Filterable { get; set; }
262
263
- public Microsoft.AspNetCore.Components.EventCallback<LoreSoft.Blazor.Controls.DataGrid<TItem>> Initialized { get; set; }
+ public Microsoft.AspNetCore.Components.EventCallback<LoreSoft.Blazor.Controls.DataComponentBase<TItem>> Initialized { get; set; }
264
public bool IsLoading { get; set; }
265
[Microsoft.AspNetCore.Components.Inject]
266
public required Microsoft.JSInterop.IJSRuntime JavaScript { get; set; }
0 commit comments