DEMO SITE v1.7.31

Toast Alerts Bootstrap theme

Try to edit, remove the email and save. Toast alert will be displayed. They can be activated or deactivated from config file

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->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!

#LastnameFirstnameExtensionEmailOfficecodeReportstoJobtitle
Actions
1PattersonStevex4334spatterson@classicmodelcars.comLondon1143Sales Rep View Edit Remove
2TsengchuFoon Yueo224ftseng@classicmodelcars.comNYC1143Sales Rep View Edit Remove
3BondurLouix6493lbondur@classicmodelcars.comParis1102Sales Rep View Edit Remove
4HernandezGerardx2028ghernande@classicmodelcars.comParis1102Sales Rep View Edit Remove
5CastilloPamelax2759pcastillo@classicmodelcars.comBoston1102Sales Rep View Edit Remove
6BottLarryx2311lbott@classicmodelcars.comLondon1102Sales Rep View Edit Remove
7JonesBarryx102bjones@classicmodelcars.comLondon1102Sales Rep View Edit Remove
8FixterAndyx101afixter@classicmodelcars.comSydney1088Sales Rep View Edit Remove
9MarshPeterx102pmarsh@classicmodelcars.comSydney1088Sales Rep View Edit Remove
10KingTomx103tking@classicmodelcars.comSydney1088Sales Rep View Edit Remove
Search
showing_records 1 to 10 of 32