Table

Use and Import

import Table from 'nes-design/es/Table';   OR   import { Table } from 'nes-design';
Copy

Case

Table

NameAgeAddressOperations
Bruce Lee-China - USA

Delete

Jackie Chan-beijin China

Delete

Scroll Table

NameAgeAddressOperations
Bruce Lee-China - USA

Delete

Jackie Chan-beijin China

Delete

Fixed Table

NameAgeAddressOperations
Bruce Lee-China - USADelete
Jackie Chan-beijin ChinaDelete
NameAgeAddressOperations
Bruce Lee-China - USADelete
Jackie Chan-beijin ChinaDelete

More Table

DateName
Bruce Lee
DateName
2014-12-24 23:12:00not Name
2014-12-24 23:12:00not Name
2014-12-24 23:12:00not Name
Jackie Chan
DateName
2014-12-24 23:12:00not Name
2014-12-24 23:12:00not Name
2014-12-24 23:12:00not Name

Props

Table component extends rc-table, default support rc-table all attrs

See More Properties
Prop / 参数Description / 描述Type / 类型Default / 默认值
themetable theme'dark'-
borderedtable borderbooleantrue
...restmore attrsrc-table/TableProps-