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