I have a table row with ONCLICK event (that toggles additional data below). Inside one of the row cells I have a button (when clicked is performing an AJAX action). When I click
Add an event.stopPropagation(); to your buttons click handler. For more information, have a look here and here.
event.stopPropagation();
click