1.0.4 • Published 5 years ago

@hbtv/dnd-table v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@hbtv/dnd-table

使用方法

import { DndTable } from './';

const columns = [
    { title:'ID', dataIndex:'id' },
    { title:'标签', dataIndex:'label' },
    { title:'键名', dataIndex:'value' },
];

const dataSource = [
    { id:'1', label:'标题', 'value':'title' },
    { id:'2', label:'描述', 'value':'description' },
    { id:'3', label:'内容', 'value':'content' },
];

<DndTable rowKey="id" columns={columns} dataSource={dataSource} />

MIT

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago