I have a table and in this table there's a column with buttons, every button has a functionality accord to the row data, this buttons are built in PHP, I want to add a new functionality with rowcallback but when I click one of those buttons the "rowcallback" trigger is also "executed"
How can I prevent a column from being inside of the rowcallback?