How to prevent a column from being inside of the rowcallback?

How to prevent a column from being inside of the rowcallback?

cbastincbastin Posts: 1Questions: 1Answers: 0

I have a table with a column full of buttons, each button has a functionality and is made 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 avoid this?

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

Sign In or Register to comment.