DEMO SITE v1.7.26

Labels and classes Semantic UI theme

Label() method will change all field names in all screens, column_name() - only grid headers.

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('employees');
    $xcrud->label('lastName','Surname');
    $xcrud->label('firstName','Name');
    $xcrud->label('officeCode','Office code')->label('reportsTo','Reports to')->label('jobTitle','Job title');
    $xcrud->column_name('firstName', 'NaMe!'); // only column renaming
    $xcrud->column_class('extension','align-center font-bold'); // any classname
    // predefined classnames: align-left, align-right, align-center, font-bold, font-italic, text-underline
    echo $xcrud->render();
?>

Warning: Undefined variable $bool in /home/mixcprassd/public_html/backendDemo/xcrud/xcrud.php on line 1165

Warning: Undefined variable $bool in /home/mixcprassd/public_html/backendDemo/xcrud/xcrud.php on line 1165

Warning: Undefined variable $bool in /home/mixcprassd/public_html/backendDemo/xcrud/xcrud.php on line 1165

Warning: Undefined variable $bool in /home/mixcprassd/public_html/backendDemo/xcrud/xcrud.php on line 1165

Warning: Undefined variable $bool in /home/mixcprassd/public_html/backendDemo/xcrud/xcrud.php on line 1165

Employees

#LastnameNaMe!ExtensionEmailOfficecodeReportstoJobtitle
Actions
1MurphyDianex5800dmurphy@classicmodelcars.com58President View Edit Remove
2PattersonMar'yx4611mpatterso@classicmodelcars.com11002VP Sales View Edit Remove
3FirrelliJeffx9273jfirrelli@classicmodelcars.com11002VP Marketing View Edit Remove
4PattersonWilliamx4871wpatterson@classicmodelcars.com71056Sales Manager (APAC) View Edit Remove
5BondurGerardx5408gbondur@classicmodelcars.com41056Sale Manager (EMEA) View Edit Remove
6BowAnthonyx5428abow@classicmodelcars.com11056Sales Manager (NA) View Edit Remove
7JenningsLesliex3291ljennings@classicmodelcars.com11143Sales Rep View Edit Remove
8ThompsonLesliex4065lthompson@classicmodelcars.com11143Sales Rep View Edit Remove
9FirrelliJuliex2173jfirrelli@classicmodelcars.com21143Sales Rep View Edit Remove
10PattersonStevex4334spatterson@classicmodelcars.com21143Sales Rep View Edit Remove
Search Execution time: 0.010 sMemory usage: 0.18 MB