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.
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.