DEMO SITE v1.7.20

Columns and fields Minimal theme

Select only needed columns and fields

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('customers');
    $xcrud->columns('customerName,phone,city,country'); // columns in grid
    $xcrud->fields('customerName,creditLimit,salesRepEmployeeNumber'); // fields in details
    echo $xcrud->render();
?>

Customers

#CustomernamePhoneCityCountry 
1 View Edit Remove
2Danish Wholesale Imports31 12 3555KobenhavnDenmark View Edit Remove
3Saveley & Henriot, Co.78.32.5555LyonFrance View Edit Remove
4Dragon Souveniers, Ltd.+65 221 7555SingaporeSingapore View Edit Remove
5Muscle Machine Inc2125557413NYCUSA View Edit Remove
6Diecast Classics Inc.2155551555AllentownUSA View Edit Remove
7Technics Stores Inc.6505556809BurlingameUSA View Edit Remove
8Herkku Gifts+47 2267 3215BergenNorway View Edit Remove
9Gift Depot Inc.2035552570BridgewaterUSA View Edit Remove
10Osaka Souveniers Co.+81 06 6342 5555Kita-kuJapan View Edit Remove
Add Export into CSV Print Search