Posted 24 August 2021, 2:03 pm EST
Hi.
I have been working with spreadJS Designer, and our spread instance show a accummulative id.
using
<designer (designerInitialized)="getDesigner($event)" [props]="spreadConfig.props"></designer>
this spread are render inside a modal, after work with it and close modal, i make the destoy(), but opening this modal again, instand of the id been interpreted like a new one. our Id are counting more and more, causing a slowet process.
futher destoy method, we have another way to clean workbook, like evertime a new one?


