1.0.31 • Published 2 years ago

react-datatable-crud v1.0.31

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React DataTable CRUD

This project is currently under development and it's scope to be used with Codeigniter 4 API package from: https://packagist.org/packages/muravian/cigen

Installing

Install component

npm i react-datatable-crud

or

yarn add react-datatable-crud

API path

Create or add into .env file with following:

REACT_APP_APIURL=<<BASE URL API>>

Adding CSS

Into js file

import 'node_modules/bootstrap/dist/css/bootstrap.min.css';

or into css file

@import 'node_modules/bootstrap/dist/css/bootstrap.min.css';

where ../ is related to the folder where you add the command.

Usage

<DataTable db="db-name" />