-
Notifications
You must be signed in to change notification settings - Fork 139
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
feat: re-order rows with drag and drop and / or context menu #147
Comments
Hi, following back about this last issue created. Is there a way to implement drag and drop of rows / columns to re-adjust their order ? Thanks a lot |
@1GeekaN2 @neSpecc do you still maintain this lib ? do you need help to maintain it ? |
Yes, but I'm currently focused on Editor core updating. What about drag-and-drop or moving through the context menu? I believe it can be implemented. What is your priority? |
Thanks a lot @neSpecc for the quick answer. Priority would be thru the context menu (move row up, move row down, move column left, move column right), that's much more straightforward to implement. Do you need help to implement it ? That should just be a very simple array switching in the state of the table
=>
|
Hi Editor js team,
Thanks again for your amazing work. Do you know a way to reorder tables rows with drag and drop, or with context menu "move up / down - left / right ?
Must have solution
Nice to have solution
Doing it with drag and drop, thanks to kommitters/editorjs-drag-drop#144
Thanks a lot !
The text was updated successfully, but these errors were encountered: