Skip to content

Commit 667f938

Browse files
committed
[add] how to work with row expander section into grid features
1 parent 17017fa commit 667f938

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/grid/features.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,21 @@ In this section you will learn how to add and remove columns and rows, how to hi
202202
| [Showing / hiding a column](../usage/#hidingshowing-a-column) | Learn how to show and hide a column in Grid ([Example](https://snippet.dhtmlx.com/n4zjwsqj)) |
203203
| [Checking visibility of a column](../usage/#checking-visibility-of-a-column) | Learn how to check whether a column is hidden ([Example](https://snippet.dhtmlx.com/rdqhwnjv)) |
204204

205+
## How to work with row expander
206+
207+
| Topic | Description |
208+
| -------------------------------------------------------------- | ---------------------------------------------- |
209+
| [Adding sub-rows](../configuration/#adding-sub-rows) | Learn how to enable the row expander feature and add sub-rows into Grid ([Example](https://snippet.dhtmlx.com/xdw2037t)) |
210+
| [Adjusting configuration of sub-rows](../configuration/#adjusting-configuration-of-sub-rows) | Learn how to configure the sub-rows ([Example](https://snippet.dhtmlx.com/xdw2037t)) |
211+
| [Dynamic configuration of sub-rows](../configuration/#dynamic-configuration-of-sub-rows) | Learn how to adjust the configuration settings of sub-rows dynamically ([Example](https://snippet.dhtmlx.com/pbubj175)) |
212+
| [Saving state of nested components or data in sub-rows](../configuration/#saving-state-of-nested-components-or-data-in-sub-rows) | Learn how to save the state of nested components or the data of sub-rows |
213+
| [Loading data into a sub-row](../configuration/#loading-data-into-a-sub-row) | Learn how to dynamically load data into a sub-row ([Example](https://snippet.dhtmlx.com/03ndqrqt)) |
214+
| [Handling events](../configuration/#handling-events) | Learn how to add event handlers for sub-rows with sub-components or HTML content ([Example](https://snippet.dhtmlx.com/3364si14)) |
215+
| [Multi-level Grid nesting](../configuration/#multi-level-grid-nesting) | Learn how to specify a multi-level Grid nesting structure ([Example](https://snippet.dhtmlx.com/dih3z7cz)) |
216+
| [Adjusting sub-row width](../configuration/#adjusting-sub-row-width) | Learn how to adjust the sub-row width depending on the width of the parent Grid |
217+
| [Getting sub-row config and content](../configuration/#getting-sub-row-config-and-content) | Learn how to get the configuration settings applied to a sub-row and the content inside it |
218+
219+
205220
## How to work with data in Grid
206221

207222
This section will tell you how to use **Grid API** and **DataCollection API** for working with data of Grid, i.e. edit, add, remove, sort data, etc.
@@ -277,7 +292,6 @@ In this section you will find the ways of working with the TreeGrid mode of Grid
277292
| [Configuring TreeGrid mode](../treegrid_mode/#configuration)| Learn how to configure the TreeGrid mode of Grid |
278293
| [Data loading in TreeGrid mode](../treegrid_mode/#data-loading)| Learn how to load data in the TreeGrid mode of Grid |
279294
| [Working with TreeGrid mode](../treegrid_mode/#work-with-grid-in-the-treegrid-mode) | Learn how to expand/collapse nodes |
280-
| [TreeGrid mode API](../../category/treegrid-mode-api/) | Learn how to use the API of TreeGrid mode of Grid |
281295

282296

283297
## How to scroll Grid
@@ -327,7 +341,6 @@ In this section you can find out corresponding references of Grid API.
327341
| [Grid column properties](../api/api_gridcolumn_properties/) | Check the list of properties of a Grid column |
328342
| [DataCollection API](../../data_collection/) | Check the API of DataCollection to work with Grid data |
329343
| [Selection API](../../category/selection-api/) | Check the API of Selection to manage the selection of Grid cells |
330-
| [TreeGrid mode API](../../category/treegrid-mode-api/) | Check the API of Grid in the TreeGrid mode |
331344

332345

333346
## Common functionality

0 commit comments

Comments
 (0)