DEMO SITE v1.7.32

Simple relation Tailwind CSS theme

You can get options list from other table

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('employees');
    $xcrud->table_name('Simple relation');
    $xcrud->relation('officeCode','offices','officeCode','city');
    $xcrud->label('officeCode','Office in');
    $xcrud->columns('firstName,lastName,officeCode');
    $xcrud->fields('firstName,lastName,officeCode');
    $xcrud->limit(10);
    echo $xcrud->render();
?>

Simple relation

Add
#FirstnameLastnameOffice in
Actions
1DianeMurphysNYC View Edit Remove
2MaryPattersonLondon View Edit Remove
3JeffFirrelliLondon View Edit Remove
4123PattersonLondon View Edit Remove
5Gerard2BondurNYC View Edit Remove
6Anthony8BowSan Francisco View Edit Remove
7LeslieJenningsTokyo View Edit Remove
8LeslieThompsonSan Francisco View Edit Remove
9JulieFirrelliBoston View Edit Remove
10StevePattersonBoston View Edit Remove
Showing 1 to 10 of 24
Search