Skip to content

sdhhqb/resizable-antd-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

make ant-design table column resizable

Resources

Stars

Watchers

Forks

Packages

No packages published