Closed vaniiplon closed 9 months ago
@vnvasireddy you can use context.panel.onOptionsChange
in the Element Value Changed
code. Also you need to save dashboard after all initial values are set in the panel.
context.panel.onOptionsChange({
...context.panel.options,
elements: context.panel.elements,
});
Please let us know if there is anything else
Thank you its working
hello Mikhail,
tried with new version released 3.5.0 with dashboard sync option. But still after dashboard reload all dashboard updated elements are going to default values.
Please provide a suggestion for updated element to show on dashboard as it is, so that our customers will have idea of previously set dashboard value. Here, we are not using any database to store the values, so we need an option of saving dashboard
Thanks in advance.