You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(datatable): enhance lifecycle management with reinitialization and disposal improvements
- Introduced `_disposed` flag to manage component state and prevent re-initialization of active instances.
- Added `reinit()` static method for explicit re-initialization, cleaning up disposed instances as needed.
- Improved disposal logic to ensure safe cleanup of event listeners and async operations.
0 commit comments