Hi,
in your opinion what is the best way to add csv export functionality into backoffice list view?
Add a custom layout with javascript or extend ListViewLayoutDirective?
I think it can be a very convenient feature.
The only response I have ever had to this is 'create a section'.
I have been tossing up the idea of having a link to a surface controller within the menu that simply returns a file it generates aafter checking the user is logged in.
List View Export To Csv
Hi, in your opinion what is the best way to add csv export functionality into backoffice list view? Add a custom layout with javascript or extend ListViewLayoutDirective? I think it can be a very convenient feature.
Thank you very much
Hi Together!
I have the same question right now! It would be cool, if someone has an answer / a tip for this!
Thank you!!!!
The only response I have ever had to this is 'create a section'. I have been tossing up the idea of having a link to a surface controller within the menu that simply returns a file it generates aafter checking the user is logged in.
Here is a tute using the method I talked about.
https://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/72850-exporting-csv-from-backoffice-non-usercontrol
is working on a reply...