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
If you attach anything directy to element, click handler works, but doesn't sort / or update in DOM.
If you attach a onClick on any button, after sorting this doesn't handle anymore.
Steps to reproduce:
Try clicking button first to see alert message (works)
Sort any column
Try clicking button again (doesn't work)
The text was updated successfully, but these errors were encountered:
If any element inside table row is having onClick function attached, forked some table-sort-js Codesanbox example:
https://codesandbox.io/s/register-form-forked-2z8bn9?file=/CTable.js
If you attach anything directy to element, click handler works, but doesn't sort / or update in DOM.
If you attach a onClick on any button, after sorting this doesn't handle anymore.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: