From 263bfef53f8090d1ab4a452822e934829973f1d2 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Wed, 12 Jun 2024 20:32:38 +0200 Subject: [PATCH] update title --- docs/data/data-grid/filtering-recipes/filtering-recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/data-grid/filtering-recipes/filtering-recipes.md b/docs/data/data-grid/filtering-recipes/filtering-recipes.md index 4db4b9652f6a..fa5322aa7f22 100644 --- a/docs/data/data-grid/filtering-recipes/filtering-recipes.md +++ b/docs/data/data-grid/filtering-recipes/filtering-recipes.md @@ -16,7 +16,7 @@ The following example shows how to accomplish this: {{"demo": "QuickFilterOutsideOfGrid.js", "bg": "inline", "defaultCodeOpen": false}} -## Calculating row count in advance +## Calculating filtered rows in advance The [Grid API](/x/react-data-grid/api-object/#how-to-use-the-api-object) provides the [`getFilterState`](/x/api/data-grid/grid-api/#grid-api-prop-getFilterState) method, which allows you to display the row count for predefined filters upfront without applying filters to the Data Grid: