DEMO SITE v1.7.31

Simple relation Minimal 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

#FirstnameLastnameOffice in
1AntdfgFrasfhs View Edit Remove
2LeslieJenningsNYC View Edit Remove
3LeslieThompsonLondon View Edit Remove
4StevePattersonBoston View Edit Remove
5Foon YueTsengchuNYC View Edit Remove
6LouiBondurParis View Edit Remove
7GerardHernandezParis View Edit Remove
8PamelaCastilloParis View Edit Remove
9LarryBottLondon View Edit Remove
10BarryJonesLondon View Edit Remove
Add Export into CSV Print Search