Skip to content

Commit

Permalink
Merge pull request #1271 from IgniteUI/ganastasov/tree-grid-filtering…
Browse files Browse the repository at this point in the history
…-topic

Add tree grid filtering topic
  • Loading branch information
kacheshmarova authored Jun 5, 2024
2 parents d80e8c1 + 8dead99 commit 8cc5f5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions doc/en/components/grids/_shared/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ Property `Filterable` enables you to specify the following options:
</{ComponentSelector}>
```

To enable the [Advanced filtering](advanced-filtering.md) however, you need to set the `AllowAdvancedFiltering` input property to **true**.
<!-- ComponentStart: Grid, TreeGrid, HierarchicalGrid -->
To enable the [Advanced filtering](advanced-filtering.md) however, you need to set the `AllowAdvancedFiltering` input property to **true**.7
<!-- ComponentEnd: Grid, TreeGrid, HierarchicalGrid -->

<!-- Angular -->
```html
Expand Down Expand Up @@ -125,6 +127,7 @@ The filtering feature is enabled for the `{ComponentName}` component by setting
</{ComponentSelector}>
```
<!-- end: Angular -->

<!-- WebComponents -->
```html
<{ComponentSelector} auto-generate="false" allow-filtering="true">
Expand All @@ -144,7 +147,6 @@ The filtering feature is enabled for the `{ComponentName}` component by setting
</{ComponentSelector}>
```
<!-- end: React -->

<!-- ComponentEnd: Grid, TreeGrid -->

<!-- ComponentStart: HierarchicalGrid -->
Expand Down Expand Up @@ -367,6 +369,8 @@ this.grid.filteringLogic = FilteringLogic.OR;

<!-- React -->
```tsx
import { FilteringLogic } from "igniteui-react-grids";

<{ComponentName} filteringLogic={FilteringLogic.Or}></{ComponentName}>
```
<!-- end: React -->
Expand Down
2 changes: 1 addition & 1 deletion docfx/en/components/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
"status": ""
},
{
"exclude": ["Angular", "React"],
"exclude": ["Angular"],
"name": "Filtering",
"href": "grids/tree-grid/filtering.md",
"status": ""
Expand Down

0 comments on commit 8cc5f5b

Please sign in to comment.