Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 818 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 818 Bytes

react-ive-tables (interactive-viable-efficient)

react-ive-tables is a library built on the top of PrimeReact. It provides data grid components which are flexible and easy to use.

Download

Just enter this command in the CLI of your project.

npm install react-ive-tables     //Using npm
yarn add react-ive-tables	 //Using yarn

Import

import {LazyDataTableOld} from 'react-ive-tables';
import {SimpleDataTable} from 'react-ive-tables';

Dependencies

{
  "dependencies" : {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-intl": "^5.20.13",
    "axios": "^0.23.0"
  }  
}

Documentation

To be added soon.

TypeScript

Typescript is fully supported as type definition files are provided in the package.