Columns and fields
Select only needed columns and fields.
public function columns_and_fields()
{
$xcrud = get_xcrud();
$xcrud->table('customers');
$xcrud->columns('customerName,phone,city,country'); // columns in grid
$xcrud->fields('customerName,creditLimit,salesRepEmployeeNumber'); // fields in details
$data['content'] = $xcrud->render();
return view('demos', $data);
}
Customers
Customers
# | Customername | Phone | City | Country | |
1 | La Rochelle Gifts | 40.67.8555 | Nantesaaa | France | |
2 | Mini Gifts Distributors Ltd. | 4155551450 | San Rafael | USA | |
3 | Zbyszek Zbyszek Piestrzeniewicz | 266427555 | Warszawa | Poland | |
4 | Euro+ Shopping Channel | (91) 555 94 44 | Madrid | Spain | |
5 | Danish Wholesale Imports | 31 12 3555 | Kobenhavn | Denmark | |
6 | Saveley & Henriot, Co. | 78.32.5555 | Lyon | France | |
7 | Dragon Souveniers, Ltd. | +65 221 7555 | Singapore | Singapore | |
8 | Muscle Machine Inc | 2125557413 | NYC | USA | |
9 | Technics Stores Inc. | 6505556809 | Burlingame | USA | |
10 | Handji Gifts& Co | +65 224 1555 | Singapore | Singapore | |