render cell in details view
Posted: Thu Jan 31, 2013 8:04 am
Hi Steve , hi fellow Xataface users..
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:
this works fine in list view ..
but has no effect on the details view ..
any ideas?
thanks in advance
Martin
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