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•4y 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-sapphireOP•4y ago
I see