react-datatable-crud
v1.0.31
Published
A Simple Curd Table with API source
Maintainers
Readme
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-crudor
yarn add react-datatable-crudAPI 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" />