DEMO SITE v1.7.24

Columns and fields Semantic UI 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 
1aZbyszek Zbyszek Piestrzeniewicz266427555WarszawaPoland View Edit Remove
2Blauer See Auto, Co.+49 69 66 90 2555FrankfurtGermany View Edit Remove
3Mini Wheels Co.6505555787San FranciscoUSA View Edit Remove
4Land of Toys Inc.2125557818NYCUSA View Edit Remove
5Euro+ Shopping Channel(91) 555 94 44MadridSpain View Edit Remove
6Volvo Model Replicas, Co0921-12 3555LuleåSweden View Edit Remove
7Danish Wholesale Imports31 12 3555KobenhavnDenmark View Edit Remove
8Saveley & Henriot, Co.78.32.5555LyonFrance View Edit Remove
9Dragon Souveniers, Ltd.+65 221 7555SingaporeSingapore View Edit Remove
10Muscle Machine Inc2125557413NYCUSA View Edit Remove
Search