SortableRow
SortableRow 是 antd Table components.body.row 的拖拽实现。它会读取 antd 注入到行上的 data-row-key,并为行内的 SortHandle 提供拖拽上下文。
通常来说,不需要直接使用它。Table 开启 isDraggable 后会自动配置。
基本用法
API
SortableRow 会接收 antd Table body row 透传的属性,通常不需要手动传参数。
相关链接
- Table — 设置页表格
- SortHandle — 自定义拖拽手柄列

