Grid tricks
Clickable column - very simple.
public function grid_tricks() { $xcrud = get_xcrud(); $xcrud->table('customers'); $xcrud->columns('customerName,city'); $xcrud->hide_button('edit'); $xcrud->unset_view(); $xcrud->column_pattern('customerName', '<a href="#" class="xcrud-action" data-task="edit" data-primary="{customerNumber}">{value}</a>'); $xcrud->column_width('city','20%'); $data['content'] = $xcrud->render(); return view('demos', $data); }
Customers
# | Customername | City | |
---|---|---|---|
1 | La Rochelle Gifts | Nantesaaa | |
2 | Mini Gifts Distributors Ltd. | San Rafael | |
3 | Zbyszek Zbyszek Piestrzeniewicz | Warszawa | |
4 | Euro+ Shopping Channel | Madrid | |
5 | Danish Wholesale Imports | Kobenhavn | |
6 | Saveley & Henriot, Co. | Lyon | |
7 | Dragon Souveniers, Ltd. | Singapore | |
8 | Muscle Machine Inc | NYC | |
9 | Technics Stores Inc. | Burlingame | |
10 | Handji Gifts& Co | Singapore |