Can someone help me in how dragging column will work for datatables having multiple headers(two or three level) . I have set dragcolumn property to true but for multiple headers it does not work as expected. Any alternate way to enable dragging multi level header columns or any snippet would help.
Hello, could you share a snippet that shows the problem?
snippet below:
http://webix.com/snippet/a88e361f
Issue is when dragged across ,second header column(Header2) is getting cleared off.
Also want to find if we can also drag the parent column ie. header1 and header2 in snippet ? Is it possible or would have to override the default implementation of drag and drop?
Hello,
Column drag-and-drop is not supported in DataTables with colspans. Please check the following topic:
http://forum.webix.com/discussion/comment/8899/#Comment_8899