How can I limit the drag of column header be restricted?
How can I limit the drag of column header be restricted?
I have ColReorder.min.js version 1.0.5 in my project which does the re ordereing for the columns of an HTML table which is in a div. I have 6 divs out of which only 2 has the HTML tables but when I click and drag the column header it moves all over the place (out of the current div) . Can I restrict the drag to only that div?
And also reorder does not happen sometimes. I dont see any code for intialization too . I am not sure how is it using the plugin to reorder the columns
And also reorder does not happen sometimes. I dont see any code for intialization too . I am not sure how is it using the plugin to reorder the columns
This discussion has been closed.
Replies
> And also reorder does not happen sometimes. I dont see any code for intialization too . I am not sure how is it using the plugin to reorder the columns
We'd need to see a test case to know why it isn't working. Have you got the `R` option in sDom ?
Allan