I want each action button will have it’s own expandable independent row. I’m halfway there. I’m using tanstack table v8. But the problem is, if I click on any expandable button in a row that trigger all expandable buttons in the same row. I don’t want that. Each action will trigger on it’s own and expand a row with new data.
Is it possible with tanstack table or any other way?
Whatever I’ve tried so far is in this codesandbox.