You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a very good plugin it works very nicely there is just on exception where I got stuck
Add multiple columns so that you have horizontal scroll (overflow-x:true) .
When you start to drag the column beyond the visible scroll view the fakeColumn does below the table and it does not work.
I've consider the situation while developing the plugin, but I failed to figure a idea to solve this problem. Things become really complex in that, maybe you have to find another way.
@Mangeshpimpalkar, i met this problem too and resolved it. You may check my pen https://codepen.io/jorje/pen/pdWqRB?editors=0010
There are two methods for it. First - commitTableScroll(), in remebers current horizontal scroll when you put mouse down on drag handler, then second - onDragStart() - sets scroll right when you start dragging.
May be a crutch, but it works.
Thanks for a very good plugin it works very nicely there is just on exception where I got stuck
Add multiple columns so that you have horizontal scroll (overflow-x:true) .
When you start to drag the column beyond the visible scroll view the fakeColumn does below the table and it does not work.
Do you know why that happens.
@sindu12jun
The text was updated successfully, but these errors were encountered: