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 afterColumnResize callback can be called with an incorrect size, or undefined, when the resize tab was clicked but not dragged (including times when it is double-clicked to auto-resize).
The
afterColumnResize
callback can be called with an incorrect size, or undefined, when the resize tab was clicked but not dragged (including times when it is double-clicked to auto-resize).Repro: See this fiddle: http://jsfiddle.net/XYr2L/
Workaround:
this.getColWidth(col)
returns the correct width within the callback. Use that instead of the size parameter.The text was updated successfully, but these errors were encountered: