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
My table is initialized by html and some initial JS as well (some of which I cannot change). The JS also sets some attributes which are used to render the table.
IE
document.getElementById ("someElement").someAttribute = "some important value needed to render";
I'm wondering how to best persist the JS attributes when the elements are destroyed.