DEMO SITE v1.7.31

Toast Alerts Semantic UI 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
1Jennings2qaaaarrrrrddx3291rrrr@rrrr.com2Sales Rep View Edit Remove
2PattersonStevex4334spatterson@classicmodelcars.comLondon1143Sales Rep View Edit Remove
3TsengchuFoon Yueo224ftseng@classicmodelcars.comNYC1143Sales Rep View Edit Remove
4BondurLouix6493lbondur@classicmodelcars.comParis1102Sales Rep View Edit Remove
5HernandezGerardx2028ghernande@classicmodelcars.comParis1102Sales Rep View Edit Remove
6CastilloPamelax2759pcastillo@classicmodelcars.comBoston1102Sales Rep View Edit Remove
7BottLarryx2311lbott@classicmodelcars.comLondon1102Sales Rep View Edit Remove
8JonesBarryx102bjones@classicmodelcars.comLondon1102Sales Rep View Edit Remove
9FixterAndyx101afixter@classicmodelcars.comSydney1088Sales Rep View Edit Remove
10MarshPeterx102pmarsh@classicmodelcars.comSydney1088Sales Rep View Edit Remove
Search