TextColumn action->button not working as expected
i see like this (see image), but i expected it to be shown as a btn with the primary color as bg , but it doesnt

Solution
Ah that's why.
->action() adds a button and they can't be nested. So that doesn't work then. I guess you need a custom column then.