DEMO SITE v1.7.32

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
Customernumber103641036001131011221
ChecknumberOM3149OM31491HQ5502HQ55023
Amount6050026050001419099
Actions View Edit View Edit View Edit View Edit
Search