Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/en/components/grids/_shared/advanced-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- Angular -->
<!-- Angular, React -->
## 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}`.
Expand Down Expand Up @@ -272,7 +272,11 @@ It's super easy to configure the advanced filtering to work outside of the `{Com
</igc-advanced-filtering-dialog>
```

<!-- end: Angular -->
```tsx
<IgrAdvancedFilteringDialog grid="grid1"></IgrAdvancedFilteringDialog>
```

<!-- end: Angular, React -->
<!-- Angular -->

## Styling
Expand Down