Setup an "Export" button on a Module that exports the current view

edited October 2013 in Modules
Any built-in way through a Fuel object to reference the current state of a simple module's view so that I can create a generic "Export" button that takes the current view, including the sort order and any search filters applied and exports that data into a CSV file?

Erik

Comments

  • edited 6:39PM
    In the 1.0 beta, there is an "exportable" module property you can set to TRUE. This calls the Base_module_model's export method which you can overwrite to fit your needs if the default doesn't work for you. In 0.93, you would have to extend the controller and do it.
Sign In or Register to comment.