Hi Team,
Is it possible to customize the layout option(GUI)?For example,add a new on/off featrue on the option screen,e.g. Expand all rows/columns.
Hello,
Thank you for writing to us.
For such cases, our team kindly suggests creating a custom options pop-up:
The "Options"
Toolbar Tab's handler can be overridden to provide your own options pop-up. This can be achieved by customizing the Toolbar.
We have prepared a simple JSFiddle showing how the "Options"
Toolbar Tab's handler can be overridden: https://jsfiddle.net/flexmonster/1c9a45jh/.
For providing the needed functionality for the custom pop-up, Flexmonster API calls could be used. For example, using the setOptions() and refresh() API calls, you could apply the selected options to Flexmonster.
This way, you could add any desired options to the user interface.
Please let us know if this works.
Kind regards,
Vera
Thanks for the help!