21309 Posts in 5738 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » ManyManyComplexTableField return more than 10 rows in admin
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 162 Views |
-
ManyManyComplexTableField return more than 10 rows in admin

11 January 2012 at 5:45am
Hi everyone
Hopefully this is easy ;) With a ManyManyComplexTableField table I want to return a lot more than 10 rows at a time within the admin system, is this doable?
$tablefield = new ManyManyComplexTableField(
$this,
'Teams',
'Team',
array(
'Name' => 'Name',
'CarNumber' => 'CarNumber'
),
'getCMSFields_forPopup'
);
$fields->addFieldToTab("Root.Content.Team Manager",$tablefield);Thanks for any help!
| 162 Views | ||
|
Page:
1
|
Go to Top |

