Hide columns export columns from frontend

0
How can you export excel natively from datagrid 1 without showing some of the columns to be exported on the frontend?   Thanks
asked
3 answers
3

Hi Daniel,

1º- To export something to excel you need to have as a data source XPath or Microflow.

2º- Double click in one of the columns and go to Appearance

3º- Add a class called “hidden” or insert in style “display:none;” 

 

Best Regards,

Ricardo Pereira

answered
1

Dear Daniel,

 

If you want to Hide columns on the Front end, but still want to export them to excel you could add the class hidden to the Column, right click on the column then properties > appearance tab > Class .

 

 

 

Thanks,

Sufian.

answered
0

Thanks!

answered