row.original vs row.getValue
Hi everyone, I am wondering what is the best practice when getting the value from other columns. Only difference I see is that type when accessing value with row.original is infered while row.getValue is not.
1 Reply
rising-crimson•17mo ago
row.getValue and cell.getValue go through the accessor keys/functions and are cached. row.original is just reading the original raw data.