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