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'm not sure if this is a bug or by design, but it's currently not possible to discern which element the user clicked on when you use on:click:row with DataTables.
My use case: I'm hoping to execute a function only when the user clicked on empty space in a row. If they click on buttons or other elements I have embedded in the table, I'd like to go with the default behavior. But since currentTarget/target don't get set, it's not possible.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a bug or by design, but it's currently not possible to discern which element the user clicked on when you use on:click:row with DataTables.
My use case: I'm hoping to execute a function only when the user clicked on empty space in a row. If they click on buttons or other elements I have embedded in the table, I'd like to go with the default behavior. But since currentTarget/target don't get set, it's not possible.
The text was updated successfully, but these errors were encountered: