DEMO SITE v1.7.31

Simple relation Default 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 Export into CSV Print
Search

#FirstnameLastnameOffice in
Actions
1rrrrrJenningsNYC View Edit Remove
2LeslieThompsonLondon View Edit Remove
3StevePattersonLondon View Edit Remove
4Foon YueTsengchuNYC View Edit Remove
5LouiBondurParis View Edit Remove
6GerardHernandezParis View Edit Remove
7PamelaCastilloBoston View Edit Remove
8LarryBottLondon View Edit Remove
9BarryJonesLondon View Edit Remove
10AndyFixterSydney View Edit Remove