DEMO SITE v1.7.20

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 
1Signal Gift Storess7025551838Las VegasUSA View Edit Remove
2Australian Collectors, Co.03 9520 4555MelbourneAustralia View Edit Remove
3La Rochelle Gifts40.67.8555NantesFrance View Edit Remove
4Zbyszek Zbyszek Piestrzeniewicz266427555WarszawaPoland View Edit Remove
5Blauer See Auto, Co.+49 69 66 90 2555FrankfurtGermany View Edit Remove
6Mini Wheels Co.6505555787San FranciscoUSA View Edit Remove
7Land of Toys Inc.2125557818NYCUSA View Edit Remove
8Euro+ Shopping Channel(91) 555 94 44MadridSpain View Edit Remove
9Danish Wholesale Imports31 12 3555KobenhavnDenmark View Edit Remove
10Saveley & Henriot, Co.78.32.5555LyonFrance View Edit Remove
Search