1 write to _jsModule
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
203_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "./_content/Microsoft.AspNetCore.Components.QuickGrid/QuickGrid.razor.js");
4 references to _jsModule
Microsoft.AspNetCore.Components.QuickGrid (4)
QuickGrid.razor.cs (4)
204_jsEventDisposable = await _jsModule.InvokeAsync<IJSObjectReference>("init", _tableReference); 210_ = _jsModule?.InvokeVoidAsync("checkColumnOptionsPosition", _tableReference).AsTask(); 432if (_jsModule is not null) 434await _jsModule.DisposeAsync();