Relation Field Grouping NEW Bootstrap theme
relation grouping,summation of a column value, inline editing
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table('employees'); $xcrud->table_name('Employees - Single click cell to edit! Save by Enter only'); $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->group_by_columns(array('officeCode','city')); //$xcrud->group_sum_columns('officeCode'); $xcrud->fields_inline('lastName,firstName,extension,email,officeCode,reportsTo,jobTitle');//set the fields to allow inline editing $xcrud->inline_edit_save('enter_only');// Can be 'enter_only' or 'button_only' or 'enter_button_only' $xcrud->set_logging(true); echo $xcrud->render(); ?>
Employees - Single click cell to edit! Save by Enter only
# | Lastname | Firstname | Extension | Officecode | Reportsto | Jobtitle | ||
---|---|---|---|---|---|---|---|---|
Officecode: NYC (2 items) | ||||||||
1 | 234 | this is a long long text | c564 | xxx@alfa.com | NYC | View Edit Remove | ||
3 | saMIRA | SDSDSD | EEE | SA@GG.COM | NYC | 456 | COMkkk | View Edit Remove |
Officecode: London (1 items) | ||||||||
2 | hello how ar | 456 | koh@gmail.com | London | sfas | View Edit Remove | ||
Officecode: San Francisco (1 items) | ||||||||
4 | xxx | sdfsdfsd | San Francisco | View Edit Remove | ||||
Officecode: (1 items) | ||||||||
5 | somesdadsa | dskadsajkdasdas | dsadsadas | View Edit Remove |