In Classic form mode, all row fields are expanded by default
I want to do the effect of attachment pictures by default in Classic form mode.
I only see a single expansion method in the document. Do you have this method?
1 answer
Hello,
Thank you for your question.
You can use an expands
object in your slice. It’s responsible for keeping the information about hierarchies that should be expanded on the grid. Just set its expandAll
property to true
to get the functionality you need.
Hope this demo will help you.
Have a nice day!
Kind regards,
WebDataRocks Team