ahooksjs / useTable

A Progressive Solution for Query Table Scene

Home Page:https://usetable-ahooks.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 简体中文

@ahooks/useTable

A Progressive Solution for Query Table Scene, RFC for more information

Features

  • 🔗Plugins: Some plugins for different features.
  • 🚀Extensible: It can used by many Design, such as antd and fusion.
  • 💡Hook: All is Hook.

Install

  • Use Fusion Design
npm install @ahooksjs/next-form-table --save
  • Use Ant Design 4.x
npm install @ahooksjs/antd-form-table --save

Usage

  • Use Fusion Design
import useNextFormTable from '@ahooksjs/next-form-table';
  • Use Ant Design 4.x
import useAntdFormTable from '@ahooksjs/antd-form-table';

Documentation

You can find the useTable documentation on the website.

Contributing

Contributing

License

MIT

About

A Progressive Solution for Query Table Scene

https://usetable-ahooks.js.org

License:MIT License


Languages

Language:TypeScript 96.8%Language:JavaScript 3.0%Language:CSS 0.2%