difference between row.values and row.original #4715
Unanswered
MDanialSaleem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi -
I am accessing the row object in a
Cell
function and console logging it. The values forrow.values
androw.original
fields appear to be the same.I could not find in the docs or in the current discussions the difference between
row.values
androw.original
.My goal here is to access the row's data in order to format one cell based on the data from another. (Stackoverflow questions about this appear to use
row.original
.Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions