21287 Posts in 5733 Topics by 2602 members
General Questions
SilverStripe Forums » General Questions » $recipients = new MemberTableField( $this, "Recipients", $group, )
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: | 246 Views |
-
$recipients = new MemberTableField( $this, "Recipients", $group, )

14 February 2012 at 4:40am
How do i add filters, like the ModelAdmin works (with searchable_fields), to a memberTableField?
I have the 'newsletter' module installed, works fine, but it uses groups. I want to filter my members in 1 group with some extra enum's
$recipients = new MemberTableField(
$this,
"Recipients",
$group,
)thx in advance
| 246 Views | ||
|
Page:
1
|
Go to Top |
