resizable-antd-table

1.0.1 • Public • Published

resizable-antd-table

make ant-design table column resizable, highly inspire by resize-antd-table.

usage

npm install resizable-antd-table

import ResizableAntdTable from 'resizable-antd-table';

...

const columns = [
  {title: 'a', dataIndex: 'a'},
  {title: 'b', dataIndex: 'b'},
];

const data = [
  {a: 1, b: 2},
  {a: 3, b: 4},
];

...

<ResizableAntdTable bordered={true} columns={columns} dataSource={data} />

demo

demo

Readme

Keywords

none

Package Sidebar

Install

npm i resizable-antd-table

Weekly Downloads

230

Version

1.0.1

License

ISC

Unpacked Size

8.79 kB

Total Files

6

Last publish

Collaborators

  • sdhhqb