Simple CRUD Tutorial
We have set up the database and the table. So let's just create an employee CRUD with searching.
First import the database
Create an Employee table to store details
Following is the JSON config used to generate employee CRUD
Employee has following attributes:
Name - [textbox]
Email- [textbox]
DOB - [Datepicker]
Gender - [select]
Designation - [textbox]
Please note the configs for DOB and Gender
Again,login to admin panel as a developer http://localhost/icarus_project/cms with following credentials:
If everything is set up correctly you can see the following screen while clicking on the Add button
After adding Employee details