Button in table cell does not work when row the selected

I see. For some reason in v8.0, the row selection is blocking the button from being pressed. If you set it to false, that should fix the issue.

image

Otherwise, if you need the row selection, you can go to the root container inside your embedded view and set the z-index like so.

image

image