From 8b75b4c8be3e735814b0dd8d6dd59796c4604022 Mon Sep 17 00:00:00 2001 From: RivaIvanova Date: Mon, 17 Feb 2025 16:54:51 +0200 Subject: [PATCH] docs(state-persistence): remove groupBy feature for treeGrid --- .../grids_templates/state-persistence.md | 20 ++++++++++++++++++- .../grids_templates/state-persistence.md | 20 ++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/en/components/grids_templates/state-persistence.md b/en/components/grids_templates/state-persistence.md index 9760a890b8..7b4f6ae034 100644 --- a/en/components/grids_templates/state-persistence.md +++ b/en/components/grids_templates/state-persistence.md @@ -38,7 +38,7 @@ _canonicalLink: grid/state-persistence ## Supported Features [`IgxGridState`]({environment:angularApiUrl}/classes/igxgridstatedirective.html) directive supports saving and restoring the state of the following features: -@@if (igxName !== 'IgxHierarchicalGrid' && igxName !== 'IgxPivotGrid') { +@@if (igxName === 'IgxGrid') { * `Sorting` * `Filtering` @@ -57,6 +57,24 @@ _canonicalLink: grid/state-persistence * Columns templates and functions are restored using application level code, see [Restoring Column](state-persistence.md#restoring-columns) section. } +@@if (igxName === 'IgxTreeGrid') { + +* `Sorting` +* `Filtering` +* `Advanced Filtering` +* `Paging` +* `Cell Selection` +* `Row Selection` +* `Column Selection` +* `Row Pinning` +* `Expansion` +* `Columns` + * **NEW**: Multi column headers are now supported out of the box + * Columns order + * Column properties defined by the [`IColumnState`]({environment:angularApiUrl}/interfaces/icolumnstate.html) interface. + * Columns templates and functions are restored using application level code, see [Restoring Column](state-persistence.md#restoring-columns) section. +} + @@if (igxName === 'IgxHierarchicalGrid') { * `RowIslands` * saving/restoring features for all child grids down the hierarchy diff --git a/jp/components/grids_templates/state-persistence.md b/jp/components/grids_templates/state-persistence.md index 71b4d3e42a..a2e96e7e52 100644 --- a/jp/components/grids_templates/state-persistence.md +++ b/jp/components/grids_templates/state-persistence.md @@ -42,7 +42,7 @@ igxGridState ディレクティブによって開発者がグリッドの状態 ## サポートされている機能 [`IgxGridState`]({environment:angularApiUrl}/classes/igxgridstatedirective.html) ディレクティブは、以下の機能の状態の保存および復元をサポートします。 -@@if (igxName !== 'IgxHierarchicalGrid' && igxName !== 'IgxPivotGrid') { +@@if (igxName === 'IgxGrid') { * `ソート` * `フィルタリング` @@ -61,6 +61,24 @@ igxGridState ディレクティブによって開発者がグリッドの状態 * 列テンプレートおよび関数はアプリケーション レベルのコードを使用して復元されます。[列の復元](state-persistence.md#列の復元)セクションを参照してください。 } +@@if (igxName === 'IgxTreeGrid') { + +* `ソート` +* `フィルタリング` +* `高度なフィルタリング` +* `ページング` +* `セルの選択` +* `行の選択` +* `列の選択` +* `行のピン固定` +* `展開` +* `複数の列` + * **新規**: 複数列ヘッダーが標準でサポートされるようになりました。 + * 列の順序 + * [`IColumnState`]({environment:angularApiUrl}/interfaces/icolumnstate.html) インターフェイスによって定義される列プロパティ。 + * 列テンプレートおよび関数はアプリケーション レベルのコードを使用して復元されます。[列の復元](state-persistence.md#列の復元)セクションを参照してください。 +} + @@if (igxName === 'IgxHierarchicalGrid') { * `行アイランド` * 階層のすべての子グリッドの保存/復元機能