@@ -14,9 +14,13 @@ description: You can explore the API of Grid in the documentation of the DHTMLX
1414| [ ] ( grid/api/grid_addrowcss_method.md ) | @getshort (grid/api/grid_addrowcss_method.md) |
1515| [ ] ( grid/api/grid_addspan_method.md ) | @getshort (grid/api/grid_addspan_method.md) |
1616| [ ] ( grid/api/grid_adjustcolumnwidth_method.md ) | @getshort (grid/api/grid_adjustcolumnwidth_method.md) |
17+ | [ ] ( grid/api/grid_collapse_method.md ) | @getshort (grid/api/grid_collapse_method.md) |
18+ | [ ] ( grid/api/grid_collapseall_method.md ) | @getshort (grid/api/grid_collapseall_method.md) |
1719| [ ] ( grid/api/grid_destructor_method.md ) | @getshort (grid/api/grid_destructor_method.md) |
1820| [ ] ( grid/api/grid_editcell_method.md ) | @getshort (grid/api/grid_editcell_method.md) |
1921| [ ] ( grid/api/grid_editend_method.md ) | @getshort (grid/api/grid_editend_method.md) |
22+ | [ ] ( grid/api/grid_expand_method.md ) | @getshort (grid/api/grid_expand_method.md) |
23+ | [ ] ( grid/api/grid_expandall_method.md ) | @getshort (grid/api/grid_expandall_method.md) |
2024| [ ] ( grid/api/grid_getcellrect_method.md ) | @getshort (grid/api/grid_getcellrect_method.md) |
2125| [ ] ( grid/api/grid_getcolumn_method.md ) | @getshort (grid/api/grid_getcolumn_method.md) |
2226| [ ] ( grid/api/grid_getheaderfilter_method.md ) | @getshort (grid/api/grid_getheaderfilter_method.md) |
@@ -40,6 +44,7 @@ description: You can explore the API of Grid in the documentation of the DHTMLX
4044:::info important
4145- Use [ the methods of DataCollection] ( data_collection.md ) to work with data.
4246- Apply [ the methods of Selection] ( grid/api/api_overview.md#selection-methods ) to manage the selection of Grid cells.
47+ - Use [ the methods of TreeCollection] ( tree_collection.md#methods ) to work with data of Grid in the TreeGrid mode.
4348:::
4449
4550## Grid events
@@ -48,10 +53,14 @@ description: You can explore the API of Grid in the documentation of the DHTMLX
4853
4954| Name | Description |
5055| ------------------------------------------ | ------------------------------------------------- |
56+ | [ ] ( grid/api/grid_aftercollapse_event.md ) | @getshort (grid/api/grid_aftercollapse_event.md) |
5157| [ ] ( grid/api/grid_aftereditend_event.md ) | @getshort (grid/api/grid_aftereditend_event.md) |
5258| [ ] ( grid/api/grid_aftereditstart_event.md ) | @getshort (grid/api/grid_aftereditstart_event.md) |
59+ | [ ] ( grid/api/grid_afterexpand_event.md ) | @getshort (grid/api/grid_afterexpand_event.md) |
60+ | [ ] ( grid/api/grid_beforecollapse_event.md ) | @getshort (grid/api/grid_beforecollapse_event.md) |
5361| [ ] ( grid/api/grid_beforeeditend_event.md ) | @getshort (grid/api/grid_beforeeditend_event.md) |
5462| [ ] ( grid/api/grid_beforeeditstart_event.md ) | @getshort (grid/api/grid_beforeeditstart_event.md) |
63+ | [ ] ( grid/api/grid_beforeexpand_event.md ) | @getshort (grid/api/grid_beforeexpand_event.md) |
5564
5665### Mouse
5766
@@ -156,6 +165,7 @@ description: You can explore the API of Grid in the documentation of the DHTMLX
156165:::info important
157166- Use [ the events of DataCollection] ( data_collection.md#events ) to work with data of Grid.
158167- Apply [ the events of Selection] ( grid/api/api_overview.md#selection-events ) to handle the selection of Grid cells.
168+ - Use [ the events of TreeCollection] ( tree_collection.md#events ) to work with data of Grid in the TreeGrid mode.
159169:::
160170
161171## Grid properties
@@ -168,10 +178,12 @@ description: You can explore the API of Grid in the documentation of the DHTMLX
168178| [ ] ( grid/api/grid_autowidth_config.md ) | @getshort (grid/api/grid_autowidth_config.md) |
169179| [ ] ( grid/api/grid_bottomsplit_config.md ) | @getshort (grid/api/grid_bottomsplit_config.md) |
170180| [ ] ( grid/api/grid_closable_config.md ) | @getshort (grid/api/grid_closable_config.md) |
181+ | [ ] ( grid/api/grid_collapsed_config.md ) | @getshort (grid/api/grid_collapsed_config.md) |
171182| [ ] ( grid/api/grid_columns_config.md ) | @getshort (grid/api/grid_columns_config.md) |
172183| [ ] ( grid/api/grid_css_config.md ) | @getshort (grid/api/grid_css_config.md) |
173184| [ ] ( grid/api/grid_data_config.md ) | @getshort (grid/api/grid_data_config.md) |
174185| [ ] ( grid/api/grid_dragcopy_config.md ) | @getshort (grid/api/grid_dragcopy_config.md) |
186+ | [ ] ( grid/api/grid_dragexpand_config.md ) | @getshort (grid/api/grid_dragexpand_config.md) |
175187| [ ] ( grid/api/grid_dragitem_config.md ) | @getshort (grid/api/grid_dragitem_config.md) |
176188| [ ] ( grid/api/grid_dragmode_config.md ) | @getshort (grid/api/grid_dragmode_config.md) |
177189| [ ] ( grid/api/grid_editable_config.md ) | @getshort (grid/api/grid_editable_config.md) |
@@ -193,11 +205,14 @@ description: You can explore the API of Grid in the documentation of the DHTMLX
193205| [ ] ( grid/api/grid_multisort_config.md ) | @getshort (grid/api/grid_multisort_config.md) |
194206| [ ] ( grid/api/grid_resizable_config.md ) | @getshort (grid/api/grid_resizable_config.md) |
195207| [ ] ( grid/api/grid_rightsplit_config.md ) | @getshort (grid/api/grid_rightsplit_config.md) |
208+ | [ ] ( grid/api/grid_rootparent_config.md ) | @getshort (grid/api/grid_rootparent_config.md) |
196209| [ ] ( grid/api/grid_rowcss_config.md ) | @getshort (grid/api/grid_rowcss_config.md) |
197210| [ ] ( grid/api/grid_rowheight_config.md ) | @getshort (grid/api/grid_rowheight_config.md) |
198211| [ ] ( grid/api/grid_selection_config.md ) | @getshort (grid/api/grid_selection_config.md) |
199212| [ ] ( grid/api/grid_sortable_config.md ) | @getshort (grid/api/grid_sortable_config.md) |
200213| [ ] ( grid/api/grid_spans_config.md ) | @getshort (grid/api/grid_spans_config.md) |
214+ | [ ] ( grid/api/grid_subrow_config.md ) | @getshort (grid/api/grid_subrow_config.md) |
215+ | [ ] ( grid/api/grid_subrowconfig_config.md ) | @getshort (grid/api/grid_subrowconfig_config.md) |
201216| [ ] ( grid/api/grid_summary_config.md ) | @getshort (grid/api/grid_summary_config.md) |
202217| [ ] ( grid/api/grid_tooltip_config.md ) | @getshort (grid/api/grid_tooltip_config.md) |
203218| [ ] ( grid/api/grid_topsplit_config.md ) | @getshort (grid/api/grid_topsplit_config.md) |
@@ -239,39 +254,3 @@ You will find the list of all the available configuration properties of a Grid c
239254| [ ] ( grid/api/export/grid_png_method.md ) | @getshort (grid/api/export/grid_png_method.md) |
240255| [ ] ( grid/api/export/grid_xlsx_method.md ) | @getshort (grid/api/export/grid_xlsx_method.md) |
241256
242- ## TreeGrid mode API
243-
244- ### TreeGrid mode methods
245-
246- | Name | Description |
247- | ----------------------------------------------------- | ------------------------------------------------------------ |
248- | [ ] ( grid/api/treegrid_mode/grid_collapse_method.md ) | @getshort (grid/api/treegrid_mode/grid_collapse_method.md) |
249- | [ ] ( grid/api/treegrid_mode/grid_collapseall_method.md ) | @getshort (grid/api/treegrid_mode/grid_collapseall_method.md) |
250- | [ ] ( grid/api/treegrid_mode/grid_expand_method.md ) | @getshort (grid/api/treegrid_mode/grid_expand_method.md) |
251- | [ ] ( grid/api/treegrid_mode/grid_expandall_method.md ) | @getshort (grid/api/treegrid_mode/grid_expandall_method.md) |
252-
253- :::info important
254- - Use [ the methods of TreeCollection] ( tree_collection.md ) to work with data of Grid in the TreeGrid mode.
255- :::
256-
257- ### TreeGrid mode events
258-
259- | Name | Description |
260- | ------------------------------------------------------- | ------------------------------------------------------------- |
261- | [ ] ( grid/api/treegrid_mode/grid_aftercollapse_event.md ) | @getshort (grid/api/treegrid_mode/grid_aftercollapse_event.md) |
262- | [ ] ( grid/api/treegrid_mode/grid_afterexpand_event.md ) | @getshort (grid/api/treegrid_mode/grid_afterexpand_event.md) |
263- | [ ] ( grid/api/treegrid_mode/grid_beforecollapse_event.md ) | @getshort (grid/api/treegrid_mode/grid_beforecollapse_event.md)|
264- | [ ] ( grid/api/treegrid_mode/grid_beforeexpand_event.md ) | @getshort (grid/api/treegrid_mode/grid_beforeexpand_event.md) |
265- | [ ] ( grid/api/treegrid_mode/grid_expand_event.md ) | @getshort (grid/api/treegrid_mode/grid_beforecollapse_event.md)|
266-
267- :::info important
268- - Use [ the events of TreeCollection] ( tree_collection.md#events ) to work with data of Grid in the TreeGrid mode.
269- :::
270-
271- ### TreeGrid mode properties
272-
273- | Name | Description |
274- | --------------------------------------------------- | ---------------------------------------------------------- |
275- | [ ] ( grid/api/treegrid_mode/grid_collapsed_config.md ) | @getshort (grid/api/treegrid_mode/grid_collapsed_config.md) |
276- | [ ] ( grid/api/treegrid_mode/grid_dragexpand_config.md ) | @getshort (grid/api/treegrid_mode/grid_dragexpand_config.md)|
277- | [ ] ( grid/api/treegrid_mode/grid_rootparent_config.md ) | @getshort (grid/api/treegrid_mode/grid_rootparent_config.md)|
0 commit comments