Hi there,
When we create a report and choose a classic form layout. we have to click each dropdown to display the second column or third column manually.
Do you have a function where we can expand it all? it hard for us to expand over 1000 lines?
Thanks,
Chris Wang
Hello, Chris Wang,
Thank you for reaching out to us.
Yes, you can expand all fields by default by setting expandAll: true
in the report's `slice` configuration.
Here is a JSFiddle for illustration: https://jsfiddle.net/flexmonster/nzgL7a2q/.
Also, you can expand all fields programmatically via the expandAllData() API call.
Please let us know if this helps.
Kind regards,
Vera