DEMO SITE v1.7.31

Grouping +/-NEW
1.7.29
Default theme

You can collapse or expand grouped rows

HIDE CODE
<?php
    $xcrud = Xcrud::get_instance();	
	$xcrud->table('payments');
	$xcrud->unset_remove();
	$xcrud->column_hide('customerNumber');
	$xcrud->group_table_collapsed(true);
	$xcrud->group_by_columns('customerNumber');//Allows only one field
	$xcrud->group_sum_columns('amount');//Allows only one field
	$xcrud->columns('customerNumber,checkNumber,amount');
	$xcrud->fields_inline('customerNumber,checkNumber,paymentDate,amount');
    echo $xcrud->render();
?>

Payments

Add Export into CSV Print
Search

#ChecknumberAmount
Actions
+ Customernumber: 151 (3 items)
1BF6866582.3456789034567896e97 View Edit
2GB85221520314.44 View Edit
3KI88457739964.63 View Edit
+ Customernumber: 157 (1 items)
4HI61886135152.12 View Edit
+ Customernumber: 161 (4 items)
5BR3523845500 View Edit
6BR47849450743.65 View Edit
7KG64412512692.19 View Edit
8NI90821438675.13 View Edit
+ Customernumber: 166 (2 items)
9BQ32761338785.48 View Edit
10DC97930744160.92 View Edit