Skip to content

Commit

Permalink
docs(treeGrid): add treeGrid search api to changelog #3519
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacho committed Jan 22, 2019
1 parent ae931d9 commit 2a4832f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes for each version of this project will be documented in this
- **Breaking Change** `combo.value` is now only a getter.
- `igxDropDown`
- `IgxDropDownItemBase` and it's descendants (of which `IgxDropDownItem`) have had their `isSelected` and `isFocused` properties **deprecated**. Instead, use `selected` and `focused` properties.
- `IgxTreeGridComponent`
- We can now search in the treegrid's data by using the `findNext` and the `findPrev` methods and we can clear the search results with the `clearSearch` method.

## 7.1.2
### Features
Expand Down

0 comments on commit 2a4832f

Please sign in to comment.