DEMO SITE v1.7.20

Labels and classes Bootstrap 4.5 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();
?>

Employees

#SurnameNaMe!ExtensionEmailOffice codeReports toJob title 
1JaBarryx102bjones@dfsdf.it1102Sales Rep View Edit Remove
2FixterAndyx101afixter@classicmodelcars.com9001088Sales Rep View Edit Remove
3MarshPeterx102pmarsh@classicmodelcars.com61088Sales Rep View Edit Remove
4KingTomx103tking@classicmodelcars.com51088Sales Rep View Edit Remove
5NishiMamix101mnishi@classicmodelcars.com51056Sales Rep View Edit Remove
6KatoYoshimix102ykato@classicmodelcars.com51621Sales Rep View Edit Remove
7GerardMartinx2312mgerard@classicmodelcars.com41102Sales Rep View Edit Remove
8ChieniPatrickpchieni@gmail.comVP Marketing View Edit Remove
9javierjuan150elmio@gmol.compersona View Edit Remove
1012312314331123test View Edit Remove
Search