DragSortConfig interface
拖拽排序配置
Signature
typescript
interface DragSortConfig1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
'drag-column' | 'row' | (Optional) 拖拽手柄形式:独立拖拽列 / 整行拖拽,默认 'drag-column' | ||
(info: { fromIndices: number | number[]; toIndex: number; currentIndices: number | number[] }) => void | (Optional) 拖拽排序结束通知 | ||
boolean | (Optional) 是否显示拖拽图标,默认 true |