1 reference to CountAsync
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
378
var totalItemCount = _asyncQueryExecutor is null ? Items.Count() : await _asyncQueryExecutor.
CountAsync
(Items);