Replies: 1 comment
-
Having the same issue, did you ever get this resolved? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm currently trying to implement drag and drop in my table and I'm having some difficulty. The only difference I can see is that the structure of my data is different to the makeData()'s data that it returns. I have array of objects. My code looks something like this:
App.js
This code will render the last row of my object and in quite a weird way that isn't what I would expect. I did manage to print data at one point and it resembled the same structure I defined however when printing rows it doesn't appear to conform to the same structure I defined.
Beta Was this translation helpful? Give feedback.
All reactions