1 write to _jsModule
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
213
_jsModule
= await JS.InvokeAsync<IJSObjectReference>("import", "./_content/Microsoft.AspNetCore.Components.QuickGrid/QuickGrid.razor.js");
5 references to _jsModule
Microsoft.AspNetCore.Components.QuickGrid (5)
QuickGrid.razor.cs (5)
217
await
_jsModule
.DisposeAsync();
220
_jsEventDisposable = await
_jsModule
.InvokeAsync<IJSObjectReference>("init", _tableReference);
226
_ =
_jsModule
?.InvokeVoidAsync("checkColumnOptionsPosition", _tableReference).AsTask();
466
if (
_jsModule
is not null)
468
await
_jsModule
.DisposeAsync();