2 references to _tableReference
Microsoft.AspNetCore.Components.QuickGrid (2)
QuickGrid.razor.cs (2)
204
_jsEventDisposable = await _jsModule.InvokeAsync<IJSObjectReference>("init",
_tableReference
);
210
_ = _jsModule?.InvokeVoidAsync("checkColumnOptionsPosition",
_tableReference
).AsTask();