In tinyMCE, you can use the table plugin to insert tables, and that's fine. Now, when it comes to moving a table in your content, it's a little more complicated.
The right way to do this at the moment is to "select the entire table" and "drag it where you want."
This is a bit clumsy, and in real life, users are likely to skip a bit of their table in the selection, and dragging and dropping this unbiased selection will completely destroy the table.
The correct solution to this problem is probably to implement a kind of “handle” on top of the table or something that users can grab / drag / delete to safely move the entire table at once.
Any idea on how to implement such a nice thing?
source
share