antd-tablex

An powerful search table and antd-based implementation

Usage no npm install needed!

<script type="module">
  import antdTablex from 'https://cdn.skypack.dev/antd-tablex';
</script>

README

Antd-tablex

npm package NpmLicense

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

Links