If you need to combine this behavior with links, buttons,
row action cells or any kind of clickable components inside cells, make sure to intercept the
click
event on those components and
invoke its .stopPropagation()
method.
See
this example for more information.