Hello, I consult you about the dataSource property of the Pivot Gid. I am using the component in a form and I need to save the following dataSource properties: ['values', 'rows', 'columns', 'calculatedFieldSettings', 'filterSettings', 'sortSettings'].
When editing the form, the properties are set in the dataSource and everything works perfect; but when saving the changes I get an error 'Converting circular structure to JSON' because the properties were set as instances of t in the dataSource instead of appearing as an array.
Is there any solution?
regards