Area Selection ^0.10.0 Need Register
Enable table cell drag selection through props.areaSelection.
- Support copying to clipboard (Ctrl/Cmd + C).
- Esc to cancel selection
- Support keyboard selection (arrow keys, Shift, Tab).
Need Registration
This feature needs to be registered before use.
Registration method:
ts
import { registerFeature, useAreaSelection } from 'stk-table-vue';
// Register area selection feature
registerFeature(useAreaSelection);js
<StkTable
area-selection
></StkTable>loading