Skip to main content

e.g. including hidden columns manually selected by user to be visible (currently columns with attribute hidden: true do not seem to export irrespective of user selection)

 

in respect to properly formatted dates: users see in xls export '1630886400000' instead of '2021-09-06'


Hi Alex,

 

not quite sure if this is an option for you but a workaround could be that you concatenate the date like the following:

DAY(timestamp)||MONTH(timestamp)||YEAR(timestamp). Let me know if this worked.

 

Best

Kevin


Reply