Dear app builders,
is there a trick to get the excel download for a table element?
I tried the config in the screenshot (and combinations of removing either csv or excel options) but i only get the “download csv” button in my table.
Dear app builders,
is there a trick to get the excel download for a table element?
I tried the config in the screenshot (and combinations of removing either csv or excel options) but i only get the “download csv” button in my table.
You have to do
“type” : “excel”
instead of
“excel” : …
Had the same problem same time ago