From 2a4832f13f25b35b28d4388460fdc9ea35894110 Mon Sep 17 00:00:00 2001 From: Tacho Date: Tue, 22 Jan 2019 16:53:31 +0200 Subject: [PATCH] docs(treeGrid): add treeGrid search api to changelog #3519 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9457b41c83..24e37df2225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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