Replies: 1 comment
-
Hey the example code seem to be quite old. with current version, you can see this is working well here |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Does row reordering work? I see it in the demos and I see the example code for it, but I have not been able to get it working, and this README entry indicates support for it was removed.
The demo uses
DraggableRowRenderer
but I don't see that in the exported types, and if I copy that component into my codebase I run into other problems like not having the right type forRow
. (TheRow
inindex.d.ts
is a one-line const, whereas theRow
used inDraggableRowRenderer
is a component.)Beta Was this translation helpful? Give feedback.
All reactions