DEMO SITE v1.7.31

Join other table Bootstrap 5 theme

Allows you to join other tables. Only INNER JOIN supported. Keys in all joined tables must exist and be unique

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('employees');
    $xcrud->join('officeCode','offices','officeCode'); // ... INNER JOIN offices ON employees.officeCode = offices.officeCode ...
    echo $xcrud->render();	
?>

Employees

Add
#LastnameFirstnameExtensionEmailOfficecodeReportstoJobtitleCityPhoneAddressline1Addressline2StateCountryPostalcodeTerritoryOrdering
Actions
1FraAntx5428ant.fra@myoffice.com61056Sales Manager (NA)Sydney+61 2 9264 24515-11 Wentworth AvenueFloor #2AustraliaNSW 2010APAC6 View Edit Remove
2JenningsLesliex3291ljennings@classicmodelcars.com21143Sales RepBoston+1 215 837 08251550 Court PlaceSuite 102MAUSA02107NA5 View Edit Remove
3ThompsonLesliex4065lthompson@classicmodelcars.com71143Sales RepLondon+44 20 7877 204125 Old Broad StreetLevel 7UKEC2N 1HNEMEA4 View Edit Remove
4FirrelliJuliex2173jfirrelli@classicmodelcars.com41143Sales RepParis+33 14 723 440443 Rue Jouffroy D'abbansFrance75017EMEA2 View Edit Remove
5PattersonStevex4334spatterson@classicmodelcars.com21143Sales RepBoston+1 215 837 08251550 Court PlaceSuite 102MAUSA02107NA5 View Edit Remove
6TsengchuFoon Yueo224ftseng@classicmodelcars.com31143Sales RepNYC+1 212 555 3000523 East 53rd Streetapt. 5ANYUSA10022NA0 View Edit Remove
7VanaufGeorgex4102gvanauf@classicmodelcars.com31143Sales RepNYC+1 212 555 3000523 East 53rd Streetapt. 5ANYUSA10022NA0 View Edit Remove
8BondurLouix6493lbondur@classicmodelcars.com41102Sales RepParis+33 14 723 440443 Rue Jouffroy D'abbansFrance75017EMEA2 View Edit Remove
9HernandezGerardx2028ghernande@classicmodelcars.com41102Sales RepParis+33 14 723 440443 Rue Jouffroy D'abbansFrance75017EMEA2 View Edit Remove
10CastilloPamelax2759pcastillo@classicmodelcars.com41102Sales RepParis+33 14 723 440443 Rue Jouffroy D'abbansFrance75017EMEA2 View Edit Remove
showing_records 1 to 10 of 23
Search