-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it support html tables? #76
Comments
this is the same problem i just ran into ... not what i was expecting |
You can use the render function to determine what Draggable and or Container get rendered as. In this case if you were to have draggable table body rows
Might contain typ0s |
Also dont forget when rendering explicity through draggable change its display type to display: table-row as this will mess up your table UI as draggable overwrites it to display: block . Dont forget to pass ref to the tbody and change display of
|
It seems that i cant make it work with HTML tables (as i cant just a
div
outsidetr
). Could anyone suggest any solutions for it?The text was updated successfully, but these errors were encountered: