From 73698112a3591d10c4abacfd5df096178b73fca0 Mon Sep 17 00:00:00 2001 From: tishko0 Date: Mon, 22 Sep 2025 22:39:06 +0300 Subject: [PATCH] chore(grid): added external filtering to topic --- doc/en/components/grids/_shared/advanced-filtering.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/en/components/grids/_shared/advanced-filtering.md b/doc/en/components/grids/_shared/advanced-filtering.md index ebaafa5fa..52fb59160 100644 --- a/doc/en/components/grids/_shared/advanced-filtering.md +++ b/doc/en/components/grids/_shared/advanced-filtering.md @@ -243,7 +243,7 @@ In case you don't want to show the `{ComponentName}` toolbar, you could use the > [!Note] > You can enable both the **QuickFilter**/**ExcelStyleFilter** and the advanced filtering user interfaces in the `{ComponentName}`. Both filtering user interfaces will work independently of one another. The final filtered result in the `{ComponentName}` is the intersection between the results of the two filters. - + ## External Advanced Filtering As you see in the demo above, the advanced filtering dialog is hosted in an overlay on top of the `{ComponentName}`. When the setup in the dialog is ready, the apply or close actions will hide that dialog. There is a way to make that dialog remain visible, and that is to use it as a standalone component. In the demo below, the advanced filtering dialog is declared separately of the `{ComponentName}`. @@ -272,7 +272,11 @@ It's super easy to configure the advanced filtering to work outside of the `{Com ``` - +```tsx + +``` + + ## Styling