How to do exporttoexcel in DataGrid2 ?

0
Hi All - Please let me know how do we do export to excel button configuration for DataGrid2? 
asked
1 answers
1

Hi there

 

The export to Excel can be done in two ways:

  1. You can use the javascript action which is part of the data widgets module: using a simple Javascript action, you can pass your list to a nanoflow and export the data that way. I will leave a link to documentation for you to have a look.
  2. You can make use of the Excel exporter module: the excel exporter module is a bit more complex than the button for the normal data grid (or the javascript action mentioned in 1), as you will need to manually configure it. The whole process is a bit too specific to go into detail on the forum, therefore I would like to leave a link to the documentation, as it is explained  quite clearly there how you can export to Excel from a data grid 2.

 

Should you encounter any issues, feel free to ask for help.

Good luck!

 

answered