T
TanStack3y ago
rising-crimson

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
correct-apricot
correct-apricot3y 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.
rising-crimson
rising-crimsonOP3y ago
I see

Did you find this page helpful?