Skip to content

A set of handy React DataTable components based on PrimeReact.

License

Notifications You must be signed in to change notification settings

xAl3xFx/react-ive-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.