English | 简体中文
A Progressive Solution for Query Table Scene, RFC for more information
- 🔗
Plugins
: Some plugins for different features. - 🚀
Extensible
: It can used by many Design, such as antd and fusion. - 💡
Hook
: All is Hook.
- Use Fusion Design
npm install @ahooksjs/next-form-table --save
- Use Ant Design 4.x
npm install @ahooksjs/antd-form-table --save
- Use Fusion Design
import useNextFormTable from '@ahooksjs/next-form-table';
- Use Ant Design 4.x
import useAntdFormTable from '@ahooksjs/antd-form-table';
You can find the useTable documentation on the website.