Putting a button inside a power table column?

I saw a few threads on this

and

but I cannot get either of them to work. Has anyone done this with success? Also, in one of the post it's mentioned about putting some of the information in the table initialize extension function - anyone know how that would work?

Hey Bkarabinchak,

You can allow any cell to act as a button by adding a script to the ‘onMousePress’ event.
As mentioned in the second forum post you linked, you should be able to use the ‘onMousePress’ extension function if you only have one button per cell. If you have more than one button per cell and can’t reproduce the solution in that forum post, you can solve it by separating the buttons into multiple cells.

Anthony