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
The table correctly selects and clicking on the row it correctly expands/collapse.
But when I click on the selection checkbox it should NOT expand/collapse. The version 1 of the library was working properly about this.
The usecase is that when a row is expanded and I click the checkbox to select, I don't want the row to collapse.
So basically the click on checkbox should not bubble up the event on the row.