antd-tablex
v0.8.12
Published
An powerful search table and antd-based implementation
Downloads
7
Maintainers
Readme
An powerful search table and antd-based implementation
English | 简体中文
Trial Now
You can try it by yourself right now.
Getting Started
Before delving into antd-tablex, a good knowledge base of React ES6 and Antd is needed.
Here is a demo repository(antd-tablex-www) will guide you to use it easier.
Environment Support
Modern browsers and Internet Explorer 9+ (with polyfills)
Server-side Rendering
Install
npm install antd-tablex --save
Usage
import TableX from 'antd-tablex';
docs
Please read docs to learn more.
address 1: docs
address 2: docs
Internationalization
The default language of antd-tablex is English as of yet. you can choose Chinese (Simplified) as also.
Tips
In real project development, just frontend may not enough, we may need an ORM framework to help us manage the data layer code. it is recommended that you use sequelize. You can refer to this demo repository(antd-tablex-api).
To do...
Unit Testing
CI