Closed ksn135 closed 8 years ago
For the sake of non-BC breaking, I would like to propose a new param: exports
. So, if you are in need of multiple exports, you use exports
instead of the proposed display
, while when export
is not given, the older display
is used.
Furthermore it should also inherit the defaults from the list (it still extends that). So you're not required to supply everything again. It should even be possible that the file name is inherited from the defaults, such that the different exports can have te same name (for when every one sees one export possibility for example).
I would say, lets do this :+1:
Closed with #264.
Sometimes you need to export same list in several different excel formats. May be we should extend admin generator for such cases? Proposed new featured "multi-report" excel builder format:
1) For each report new route auto-generated (/excel/)
2) Draw dropdown menu with all available reports for current user
3) Each report is independent and fully customisable
Let's discuss it!