#how to stop propagation of button click inside table row to propagate to the row click

1 messages · Page 1 of 1 (latest)

modern cobalt
#
      <Menu.Target>
        <ActionIcon variant='default'>
          {dots}
        </ActionIcon>
      </Menu.Target>
#

this is my menu target button

turbid tree
#

onClick={event => event.stopPropagation()}

modern cobalt
#

oh, I should've tried that, I thought it was something to do with the Menu.Target element

#

my bad

#

thanks