Expanding same row.
I have a table in React Table defined like so:
And with columns defined like so:
I want to be able to expand the row, so that I can show all the details from the "data" object.
As you can see, I am already using some of the data from the "data" object, for the "real" row.
When I setup the code like above, I am not able to expand the rows, even if I force . (Nothing happens when button is pressed)
Am I missing something, or am I just not able to expand if I don't have an actual sub-row object?
And with columns defined like so:
I want to be able to expand the row, so that I can show all the details from the "data" object.
As you can see, I am already using some of the data from the "data" object, for the "real" row.
When I setup the code like above, I am not able to expand the rows, even if I force . (Nothing happens when button is pressed)
Am I missing something, or am I just not able to expand if I don't have an actual sub-row object?