Columns and fields

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
Actions
1Atelier graphique40.32.2555NantesFrance View Edit Remove
2Signal Gift Stores7025551838Las VegasUSA View Edit Remove
3Australian Collectors, Co.03 9520 4555MelbourneAustralia View Edit Remove
4La Rochelle Gifts40.67.8555NantesFrance View Edit Remove
5Baane Mini Imports07-98 9555StavernNorway View Edit Remove
6Mini Gifts Distributors Ltd.4155551450San RafaelUSA View Edit Remove
7Zbyszek Zbyszek Piestrzeniewicz266427555WarszawaPoland View Edit Remove
8Blauer See Auto, Co.+49 69 66 90 2555FrankfurtGermany View Edit Remove
9Mini Wheels Co.6505555787San FranciscoUSA View Edit Remove
10Land of Toys Inc.2125557818NYCUSA View Edit Remove
Search