DEMO SITE v1.7.32

Transpose TableNEW
1.7.29
Material Design 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
Customernumber11036410360011310
ChecknumberBO86400OM3149OM31491HQ5502
Amount12345760500260500014190
Actions View Edit View Edit View Edit View Edit
Search