Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

$recipients = new MemberTableField( $this, "Recipients", $group, )


Go to End


727 Views

Avatar
borriej

Community Member, 267 Posts

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