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
I need to use this plugin in reactJS, in which, user has option to use column chooser to update columns.
When the app is initially loaded, the resizer worked fine, but when user changed columns, adding new columns, or remove old columns, the resizer failed to work.
I already put this:
I need to use this plugin in reactJS, in which, user has option to use column chooser to update columns.
When the app is initially loaded, the resizer worked fine, but when user changed columns, adding new columns, or remove old columns, the resizer failed to work.
I already put this:
componentDidUpdate: function(){ $(this.refs.jnprPlainDataTable).resizableColumns({ }); },
Still no effect. Guessing some events binding still exists. How can I remove all the old event binding and rebind events or just refresh?
Thanks
The text was updated successfully, but these errors were encountered: