A plugin that manages tree rows’ expanded state.
Use the following statement to import the plugin:
import { DxTreeDataState } from '@devexpress/dx-vue-grid';
none
Name | Type | Default | Description |
---|---|---|---|
expandedRowIds | Array<number | string> | IDs of the rows being expanded. |
Name | Type | Default | Description |
---|---|---|---|
update:expandedRowIds? | (expandedRowIds: Array<number | string>) => void | Handles expanded row changes. |
none
Name | Plugin | Type | Description |
---|---|---|---|
expandedRowIds | Getter | Array<number | string> | Expanded rows. |
toggleRowExpanded | Action | ({ rowId }) => void | Expands/collapses the specified row. |