Export to excel button using data grid 2

0
Hi all, i would like to add export to excel button here but it seems as the option is not available, i only call a widget here but not a button as usually do in data view or data grid. Please let me know if you have any suggestion or soultion how i can add export to excel button, so i can export all filtered data to excel docs. Thank you!
asked
5 answers
0

Hi Wan,

There is a JavaScript action called 'Export to Excel' that you can use in a nanoflow that can be triggered by a button. The JavaScript action was released a few months ago with an updated version of datawidgets.

answered
0

Hi Wan Ariff,

 

Firstly, switch your view to Structure Mode.

 

And as you can see in the first image, you can place any filter widgets or action buttons in the control bar of datagrid2.

 

The filter widget you are highlighting are in the columns, not for the table.

 

 

image.png

 

 

image.png

 

 

Hope it helps.

 

Regards,

Bhargav

answered
0

Hi Bhargav,

 

Thank you for the explanation. Does this mean i cannot use or add export button that already defined like this:

 image.png

And this newly added button will need to create its own microflow?

answered
0

Hi Wan,

 

Yes, you are correct. We cannot use the default export buttons for Datagrid2 as Datagrid.

 

Instead, we can do that using microflows or nanoflows

answered
0

Thank you all, now i can export to excel using data grid 2

answered