Replies: 1 comment 1 reply
-
Yep, this is purposeful. For convenience in API usage. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey, I have a basic react-table and noticed this behaviour:
When I inspect the row property of a cell in the console, I can see an endless recursive nested arrays and objects.
allCells: Array<Cell>
is an array of cell objects and each cell object contains anrow: Row
which is an array of cells. Is this how it's supposed to be? And why is that?https://github.com/tannerlinsley/react-table/blob/e0b28618b201f7d76215a0085f8296a1db529761/docs/src/pages/docs/api/useTable.md#row-properties
Beta Was this translation helpful? Give feedback.
All reactions