I was wondering if its possible to group fields in details view via the render cell method, like it's possible in the list view eg:
- Code: Select all
function us_min__renderCell( &$record ){
return $record->strval('us_min').' - '.$record->strval('us_max');
}
this works fine in list view ..
but has no effect on the details view ..
any ideas?
thanks in advance
Martin