Inline Editing (Validation) Bootstrap 4.5 theme
Inline Editing and using the normal validation and also relations
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table('employees'); $xcrud->table_name('Employees - Single click cell to edit!'); $xcrud->validation_required('lastName',2)->validation_required('firstName',2)->validation_required('jobTitle'); $xcrud->validation_required('email'); $xcrud->validation_pattern('email','email')->validation_pattern('extension','alpha_numeric')->validation_pattern('officeCode','natural'); $xcrud->relation('officeCode','offices','officeCode','city'); $xcrud->limit(10); $xcrud->set_logging(true); $xcrud->fields_inline('lastName,firstName,extension,email,officeCode,reportsTo,jobTitle');//set the fields to allow inline editing echo $xcrud->render(); ?>
Employees - Single click cell to edit!
# | Lastname | Firstname | Extension | Officecode | Reportsto | Jobtitle | ||
---|---|---|---|---|---|---|---|---|
1 | Ja | Barry | x102 | bjones@dfsdf.it | 1102 | Sales Rep | View Edit Remove | |
2 | Fixter | Andy | x101 | afixter@classicmodelcars.com | 1088 | Sales Rep | View Edit Remove | |
3 | Marsh | Peter | x102 | pmarsh@classicmodelcars.com | Sydney | 1088 | Sales Rep | View Edit Remove |
4 | King | Tom | x103 | tking@classicmodelcars.com | Tokyo | 1088 | Sales Rep | View Edit Remove |
5 | Nishi | Mami | x101 | mnishi@classicmodelcars.com | Tokyo | 1056 | Sales Rep | View Edit Remove |
6 | Kato | Yoshimi | x102 | ykato@classicmodelcars.com | Tokyo | 1621 | Sales Rep | View Edit Remove |
7 | Gerard | Martin | x2312 | mgerard@classicmodelcars.com | Paris | 1102 | Sales Rep | View Edit Remove |
8 | Chieni | Patrick | pchieni@gmail.com | VP Marketing | View Edit Remove | |||
9 | javier | juan | 150 | elmio@gmol.com | persona | View Edit Remove | ||
10 | 1231231 | 4331123 | test | View Edit Remove |