This project is deprecated. Use DevExtreme Vue instead.

DxTreeDataState Plugin Reference

A plugin that manages tree rows’ expanded state.

Import

Use the following statement to import the plugin:

import { DxTreeDataState } from '@devexpress/dx-vue-grid';

User Reference

Dependencies

none

Properties

Name Type Default Description
expandedRowIds Array<number | string>   IDs of the rows being expanded.

Events

Name Type Default Description
update:expandedRowIds? (expandedRowIds: Array<number | string>) => void   Handles expanded row changes.

Plugin Developer Reference

Imports

none

Exports

Name Plugin Type Description
expandedRowIds Getter Array<number | string> Expanded rows.
toggleRowExpanded Action ({ rowId }) => void Expands/collapses the specified row.