Cell value returns undefined
when calling getValue
#5100
Replies: 1 comment 2 replies
-
It's resolved. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I faced an issue on accessing the cell value. Assumed that the cell value should the sum value of the computed two row cell. In table, it's rendered fine. However, I have an export function which I want to retrieve the row values from the table and compile it into CSV. What I've got from the CSV is that that specific cell is
undefined
.Column definition:
export function:
tanstack table version: ^8.9.3
react version: 18.2.0
next.js version: 13.4.19
Beta Was this translation helpful? Give feedback.
All reactions