You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/grid/features.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,21 @@ In this section you will learn how to add and remove columns and rows, how to hi
202
202
|[Showing / hiding a column](../usage/#hidingshowing-a-column)| Learn how to show and hide a column in Grid ([Example](https://snippet.dhtmlx.com/n4zjwsqj)) |
203
203
|[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)) |
|[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
+
205
220
## How to work with data in Grid
206
221
207
222
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
277
292
|[Configuring TreeGrid mode](../treegrid_mode/#configuration)| Learn how to configure the TreeGrid mode of Grid |
278
293
|[Data loading in TreeGrid mode](../treegrid_mode/#data-loading)| Learn how to load data in the TreeGrid mode of Grid |
279
294
|[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 |
281
295
282
296
283
297
## How to scroll Grid
@@ -327,7 +341,6 @@ In this section you can find out corresponding references of Grid API.
327
341
|[Grid column properties](../api/api_gridcolumn_properties/)| Check the list of properties of a Grid column |
328
342
|[DataCollection API](../../data_collection/)| Check the API of DataCollection to work with Grid data |
329
343
|[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 |
0 commit comments