Hello,
I'm using this great script ( ) for dragging/dropping table rows.
But the only limitation is that I can't dynamically create rows anywhere in the table with the cloneNode method (which I absolutely have to use for some reason).
So, I am wondering if there is a similar script/library somewhere which could behave mostly the same but on divs instead of table rows. Thus, I would be able to insert divs wherever I want inside the table-looking divs.
BTW, I use prototype.
Thanks for the help
I'm using this great script ( ) for dragging/dropping table rows.
But the only limitation is that I can't dynamically create rows anywhere in the table with the cloneNode method (which I absolutely have to use for some reason).
So, I am wondering if there is a similar script/library somewhere which could behave mostly the same but on divs instead of table rows. Thus, I would be able to insert divs wherever I want inside the table-looking divs.
BTW, I use prototype.
Thanks for the help