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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

Adding Additional Functionality to resulting TableListField - Export CSV


Go to End


1333 Views

Avatar
ChurchDude

Community Member, 19 Posts

5 March 2012 at 12:38pm

Hello,

I am trying to add additional features to the result screen generated by the ModelAdmin. I would like to add additional buttons next to export CSV. I would like to add features that use the resulted records to perform an action.

Where and how is the Export CSV function created. I've tracked it down to the TableListField class but can't seem to go the final mile on how ExportCSV is implemented.

any ideas or pointers?