RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
155 stars 30 forks source link

Support `Export to CSV` on content types #80

Closed apexdodge closed 1 year ago

apexdodge commented 1 year ago

We need to add a new item in the New Task drop down on content types here:

image

This should be:

Export to CSV

It should then take us to a new screen where the user can select one of two options:

If you choose the first option, it will export all the data with the chosen columns of the view, and in the order of those columns. If the second option is selected, it will export all columns in the FieldOrder set on the content type's Fields.

79 is a pre-req

apexdodge commented 1 year ago

Released