Skip to content

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).
  • Support Ctrl multi-selection (configurable)
  • Support Shift extend selection (configurable)

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

Props

Emit

Exposed

Released under the MIT License