DEMO SITE v1.7.31

Transpose TableNEW
1.7.29
Semantic UI 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

#1234
Customernumber172173173175
Checknumber20-8589___GP545698IG462397IO448913
Amount282820355.2424879.08
Actions View Edit View Edit View Edit View Edit
Search