react-ive-tables
v1.6.9
Published
A set of handy DataTable components based on PrimeReact.
Downloads
92
Readme
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.