DEMO SITE v1.7.24

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