Vue TreeList - Editing
Configures editing.
allowAdding
Specifies whether a user can add new rows. It is called for each data row when defined as a function.
Information about the current row.
Name | Type | Description |
---|---|---|
component |
The UI component's instance. |
|
row |
The row's properties. |
true if the row can be added; otherwise false.
allowDeleting
Specifies whether a user can delete rows. It is called for each data row when defined as a function.
Information about the current row.
Name | Type | Description |
---|---|---|
component |
The UI component's instance. |
|
row |
The row's properties. |
true if the row can be deleted; otherwise false.
allowUpdating
Specifies whether a user can update rows. It is called for each data row when defined as a function
Information about the current row.
Name | Type | Description |
---|---|---|
component |
The UI component's instance. |
|
row |
The row's properties. |
true if the row can be updated; otherwise false.
If you have technical questions, please create a support ticket in the DevExpress Support Center.