We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

how to automatically display all columns on option layout classic form

Answered
chris wang asked on January 12, 2022

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

1 answer

Public
Vera Didenko Vera Didenko Flexmonster January 13, 2022

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

Please login or Register to Submit Answer