T
TanStack4y ago
adverse-sapphire

Column definition without accessor

Hi. What is the best way to create a column for buttons, which don't need accessors using Column Definitions?
2 Replies
extended-salmon
extended-salmon4y ago
So, those buttons must be using some data from a row, right? Like I recently built an Invoicing system where I had a download button that was using the invoice id I already had and I used it's accessor so that I get that Id and then rendered the button using renderValue() function. I hope that helps.
adverse-sapphire
adverse-sapphireOP4y ago
I see

Did you find this page helpful?