phuocng / html-dom

Common tasks of managing HTML DOM with vanilla JavaScript. Give me 1 ⭐if it’s useful.
https://phuoc.ng/collection/html-dom
MIT License
6.53k stars 462 forks source link

Support for colspan #239

Open panos78 opened 2 years ago

panos78 commented 2 years ago

I tried to implement the code on table with colspan attribute in one or more th in thead and it mixes all the table. When drag, move and drop one or more columns by using a specific header cell, all the the columns that are under this cell should be moved, not just the first one. This is a screenshot of the result, I am describing: image Any way to fix this?