Vue Data GridRange HandleEnterprise
When working with a Range Selection, it can be useful to have a handle inside the last cell to enable the size of the current range to be adjusted.
To enable the Range Handle, simply set enableRangeHandle
to true
in the gridOptions
.
The example below demonstrates simple range selection with a range handle.