From 70bbe832fa188c519869dc79cb6362fecd462cbf Mon Sep 17 00:00:00 2001 From: Georgi Anastasov Date: Thu, 11 Apr 2024 11:35:49 +0300 Subject: [PATCH 1/2] Add tree grid column selection topic --- docfx/en/components/toc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/en/components/toc.json b/docfx/en/components/toc.json index 886a428d2..56b1470df 100644 --- a/docfx/en/components/toc.json +++ b/docfx/en/components/toc.json @@ -681,7 +681,7 @@ "href": "grids/tree-grid/column-resizing.md" }, { - "exclude": ["Angular", "React"], + "exclude": ["Angular"], "name": "Column Selection", "href": "grids/tree-grid/column-selection.md" }, From c8d282941c44406863f161c7b3f2431d01a37ea0 Mon Sep 17 00:00:00 2001 From: Georgi Anastasov Date: Thu, 6 Jun 2024 09:57:49 +0300 Subject: [PATCH 2/2] Add status new for react --- docfx/en/components/toc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docfx/en/components/toc.json b/docfx/en/components/toc.json index fe535500b..4d4210b5c 100644 --- a/docfx/en/components/toc.json +++ b/docfx/en/components/toc.json @@ -690,7 +690,8 @@ { "exclude": ["Angular"], "name": "Column Selection", - "href": "grids/tree-grid/column-selection.md" + "href": "grids/tree-grid/column-selection.md", + "status": ["NEW_REACT"] }, { "exclude": ["Angular", "React"],