Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahooksjs/useTable
A Progressive Solution for Query Table Scene
https://github.com/ahooksjs/useTable
Last synced: about 1 month ago
JSON representation
A Progressive Solution for Query Table Scene
- Host: GitHub
- URL: https://github.com/ahooksjs/useTable
- Owner: ahooksjs
- License: mit
- Created: 2020-07-22T05:40:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T13:45:51.000Z (about 2 years ago)
- Last Synced: 2024-10-23T22:51:47.402Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://usetable-ahooks.js.org
- Size: 421 KB
- Stars: 46
- Watchers: 4
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-react-hooks - `ahooks/usetable`
- awesome-react-hooks-cn - `ahooks/usetable`
- awesome-react-hooks - `ahooks/usetable`
- awesome-react-hooks - `ahooks/usetable`
README
English | [įŽäŊä¸æ](https://github.com/ahooksjs/useTable/blob/master/README.zh-CN.md)
# @ahooks/useTable
> A Progressive Solution for Query Table Scene, [RFC](https://github.com/alibaba/hooks/issues/465) for more information
## Features
- đ`Plugins`: Some plugins for different features.
- đ`Extensible`: It can used by many Design, such as [antd](https://ant.design/) and [fusion](https://fusion.design/).
- đĄ`Hook`: All is Hook.## Install
- Use Fusion Design
```sh
npm install @ahooksjs/next-form-table --save
```- Use Ant Design 4.x
```sh
npm install @ahooksjs/antd-form-table --save
```## Usage
- Use Fusion Design
```js
import useNextFormTable from '@ahooksjs/next-form-table';
```- Use Ant Design 4.x
```js
import useAntdFormTable from '@ahooksjs/antd-form-table';
```## Documentation
You can find the useTable documentation [on the website](https://usetable-ahooks.js.org/).
## Contributing
[Contributing](./CONTRIBUTING.md)
## License
[MIT](./LICENSE)