myliang / x-spreadsheet

The project has been migrated to @wolf-table/table https://github.com/wolf-table/table
https://myliang.github.io/x-spreadsheet
MIT License
14.16k stars 1.7k forks source link

how to dispose the Spreadsheet? #670

Open deyihu opened 12 months ago

deyihu commented 12 months ago

In modern page development, SPA requires the destruction of the Spreadsheet when routing switches. How do I destroy the Spreadsheet?

sp.dispose(); ?
//or
sp.destroy();