A set of handy DataTable components based on PrimeReact.
react-ive-tables is a library built on the top of PrimeReact. It provides
data grid components which are flexible and easy to use.
Just enter this command in the CLI of your project.
``bash`
npm install react-ive-tables //Using npm
yarn add react-ive-tables //Using yarn
`js`
import {LazyDataTableOld} from 'react-ive-tables';
import {SimpleDataTable} from 'react-ive-tables';
`json
{
"dependencies" : {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.20.13",
"axios": "^0.23.0"
}
}
``
To be added soon.
Typescript is fully supported as type definition files are provided in the package.