Combine two field in UI manage paramters
-
Hi all,
I want to combine two fields to show up in one colomn. Like this:
$manage_fields = array( 'title', 'descriptions', 'customer.firstname' => array('label' => 'Customer'), // this row combined with this one: 'customer.surname' => array('label' => 'Customer'), 'created' => array('label' => 'Date') );
Is that possible?
I cant find anything about it in the great docs, so thats why I ask it ??
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Combine two field in UI manage paramters’ is closed to new replies.