Open GoogleCodeExporter opened 9 years ago
not an issue, but a miss of documentation.
in order to show Type field in the table view of the grid I need to add
'refBvbColumns'
protected $_referenceMap = array(
'Type' => array(
'columns' => 'id_type',
'refTableClass' => 'Model_DbTable_Anothermodel',
'refColumns' => 'name',
'refBvbColumns' => 'name'
)
);
I don't know why, but it works, there is also refBvbFollow but I don't know
what it does.
This library is a must have, I love it!
Original comment by adamquad...@gmail.com
on 7 Apr 2011 at 9:47
Original comment by bento.vi...@gmail.com
on 15 Apr 2011 at 4:35
Original issue reported on code.google.com by
adamquad...@gmail.com
on 25 Mar 2011 at 7:36