# rc-grid **Repository Path**: 854363956/rc-grid ## Basic Information - **Project Name**: rc-grid - **Description**: 高性能的 React 表格组件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: canary - **Homepage**: https://rc-grid.lif.ink/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-15 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, table ## README # rc-grid 表格组件 [![codecov](https://codecov.io/gh/HighPerformanceComponent/rc-grid/branch/canary/graph/badge.svg?token=0YTUDE0V88)](https://codecov.io/gh/HighPerformanceComponent/rc-grid) ![type-badge](https://img.shields.io/npm/types/react-data-grid) ![eslint](https://github.com/HighPerformanceComponent/rc-grid/actions/workflows/eslint.yml/badge.svg) ![MIT](https://img.shields.io/npm/l/@lifhcp/rc-grid) ![Size](https://img.shields.io/bundlephobia/min/@lifhcp/rc-grid) [![Version](https://img.shields.io/npm/v/@lifhcp/rc-grid)](https://www.npmjs.com/package/@lifhcp/rc-grid) ![working](/.resources/images/working.gif) 高性能的 React 表格组件, 在不丢失表格的强大功能的情况下,并且保持高性能 # 安装使用 ``` npm install @lifhcp/rc-grid --save ``` ``` yarn add @lifhcp/rc-grid ``` ## Browsers support | [IE / Edge](http://godban.github.io/browsers-support-badges/)
Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | [iOS Safari](http://godban.github.io/browsers-support-badges/)
iOS Safari | [Samsung](http://godban.github.io/browsers-support-badges/)
Samsung | [Opera](http://godban.github.io/browsers-support-badges/)
Opera | [Electron](http://godban.github.io/browsers-support-badges/)
Electron | | --------- | --------- | --------- | --------- | --------- | --------- | --------- | --------- | | last 2 versions | last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions ## 功能对比 |功能描述 | rc-grid | ag-grid | react-data-grid | ant design | handsontable | |--------|-------- |------- |--------- |------ |----------- | |固定左 | ✅ | ✅ | ✅ |✅ | ✅ |右列 | ✅ | ✅ | ❌ |✅ | ✅ |列可拖拽改变大小| ✅ | ✅ | ✅ |⚠️ 需要自定义列头 | ✅ |列头合并 | ✅ | ✅ | ❌ | ✅ | ✅ |虚拟滚动 | ✅ | ✅ | ✅ |⚠️ 需要重写渲染 | ✅ |单元格编辑 | ✅ | ✅ | ✅ | ⚠️ 需要重写cell | ✅ |可展开表格 | ✅ | ✅ | ✅ | ✅ | ❌ |树形表格 | ✅ | ✅ | ✅ | ✅ | ❌ |开源协议 | MIT | MIT | MIT | MIT | 商业 > 注明: 此数据仅供参照,组件库可能是随着更新,而添加新的功能 ## 关于里程碑 保持每个月月底完成一次里程碑的开发,并且发布到 npm 仓库中, 我们所有的开发全部托管在 github 上进行开发