SortHandle dùng để tùy chỉnh cột tay nắm kéo của Table.
SortHandle
import { SortHandle, Table } from '@nocobase/client-v2'; <Table rowKey="id" isDraggable showSortHandle={false} columns={[ { key: 'sort', width: 40, render: () => <SortHandle /> }, ...columns, ]} />;
id
style
React.CSSProperties