一个可以用于 Vue 的 React WebComponent Table 组件,适用于高性能的场景。
- 简单易用,快速集成。
- 支持自定义配置。
使用 npm 或 yarn 安装:
npm install @bdlite/table
# 或者
yarn add @bdlite/table
-
在项目中直接导入使用:
import { BaseTable } from '@bdlite/table';
-
在 HTML 中使用:
<react-base-table></react-base-table>
欢迎提交问题和贡献代码!请确保在提交 PR 前运行所有测试并遵循项目的代码规范。
本项目基于 MIT License 许可。