Skip to content

Commit fc89994

Browse files
committed
[add] a note on using the subRow config to the subRowConfig property page
1 parent ebaa5ba commit fc89994

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/grid/api/grid_subrowconfig_config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This functionality requires PRO version of the DHTMLX Grid (or DHTMLX Suite) pac
1212

1313
@short: Optional. Specifies the configuration settings of a sub-row
1414

15+
:::note
16+
Note that when the [`subRow`](/grid/api/grid_subrow_config/) config is used, Grid doesn't support the [TreeGrid mode](grid/treegrid_mode.md) and the [data grouping](grid/usage.md#grouping-data) functionality.
17+
:::
18+
1519
@signature: {'subRowConfig?: ((row: IRow) => ISubRowConfig) | ISubRowConfig;'}
1620

1721
@descr:

0 commit comments

Comments
 (0)