Sharing custom values between cells in tanstack columns
I have a quantity cell which contains an input. When a user inputs a value there i want that value accessbible to other cells. Right now im simply recieving an empty value in gross profit because its an optional type. Strange if tanstack doesn’t offer any functionalies for this.
Trying to render mapped values in seperate cells in Tanstack Table
i’m attempting to map over nested values and display each value in a seperate cell in my table. Right now all the values are displaying inside of one cell (as you would expect), but i can’t seem to tell the table to have a seperate cell for every value. Can someone help me out?