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
The problem seems to be in src\features\move-columns\js\column-movable.js in the moveElement function. The newElementLeft is not calculated properly because the 'grid-render-container' now has a margin of 30px to leave space for the selection checkboxes.
The text was updated successfully, but these errors were encountered:
Since it appears what we are really interested in is the offset of the column within the header. I don't have any experience with pinned containers, do those need special handling?
Here is a plunker:
http://plnkr.co/edit/HIFDqPgfi2fftTV0ekrd?p=preview
The problem seems to be in src\features\move-columns\js\column-movable.js in the
moveElement
function. ThenewElementLeft
is not calculated properly because the 'grid-render-container' now has a margin of 30px to leave space for the selection checkboxes.The text was updated successfully, but these errors were encountered: