o-rc-table
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

o-rc-table

NPM version NPM downloads

Table ui component for react

在线文档

安装

npm install o-rc-table

特点

  • 高性能,内置虚拟滚动,数据量较大时自动开启
  • 兼容ant-design表格样式和Api
  • 扩展了其它一些常用的表格功能
  • 可扩展兼容其它框架的表格组件

如何使用

指定表格的数据源 dataSource 和列的定义 columns ,二者均为一个数组。

import { columns, dataSource } from '@table/constant'
import { Table } from 'o-rc-table'

export default () => {
  return <Table columns={columns} dataSource={dataSource} />
}

LICENSE

MIT

Package Sidebar

Install

npm i o-rc-table

Weekly Downloads

5

Version

1.0.14

License

MIT

Unpacked Size

2.07 MB

Total Files

767

Last publish

Collaborators

  • thug12