Columns and fields Default 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
# | Customername | Phone | City | Country | |
---|---|---|---|---|---|
1 | View Edit Remove | ||||
2 | Danish Wholesale Imports | 31 12 3555 | Kobenhavn | Denmark | View Edit Remove |
3 | Saveley & Henriot, Co. | 78.32.5555 | Lyon | France | View Edit Remove |
4 | Dragon Souveniers, Ltd. | +65 221 7555 | Singapore | Singapore | View Edit Remove |
5 | Muscle Machine Inc | 2125557413 | NYC | USA | View Edit Remove |
6 | Diecast Classics Inc. | 2155551555 | Allentown | USA | View Edit Remove |
7 | Technics Stores Inc. | 6505556809 | Burlingame | USA | View Edit Remove |
8 | Herkku Gifts | +47 2267 3215 | Bergen | Norway | View Edit Remove |
9 | Gift Depot Inc. | 2035552570 | Bridgewater | USA | View Edit Remove |
10 | Osaka Souveniers Co. | +81 06 6342 5555 | Kita-ku | Japan | View Edit Remove |