DEMO SITE v1.7.31

Transpose TableNEW
1.7.29
Default theme

Transpose Table so that the columns become headers and headers become columns

HIDE CODE
<?php
    $xcrud = Xcrud::get_instance();	
	$xcrud->table('payments');
	$xcrud->unset_remove();
	$xcrud->transpose_table(4);
	$xcrud->columns('customerNumber,checkNumber,amount');
	$xcrud->fields_inline('customerNumber,checkNumber,paymentDate,amount');	
    echo $xcrud->render();
?>

Payments

Add Export into CSV Print
Search

#1234
Customernumber151151151157
ChecknumberBF686658GB852215KI884577HI618861
Amount2.3456789034567896e9720314.4439964.6335152.12
Actions View Edit View Edit View Edit View Edit