Skip to content

To resolve the resize issue in IE#27

Open
vishvas-raval wants to merge 1 commit into
Silvacom:masterfrom
vishvas-raval:patch-1
Open

To resolve the resize issue in IE#27
vishvas-raval wants to merge 1 commit into
Silvacom:masterfrom
vishvas-raval:patch-1

Conversation

@vishvas-raval

Copy link
Copy Markdown

In IE we are not able to resize the column. It keeps the original size only even after trying to drag and resize.
minColumnWidth var comes as NaN because of unsupported width property the way that has been used currently.
And becuase of this NaN value newColWidth also becomes NaN, and that effectively doesn't change width of column and keeps width as it is.

In IE we are not able to resize the column. It keeps the original size only even after trying to drag and resize.
minColumnWidth var comes as NaN because of unsupported width property the way that has been used currently.
And becuase of this NaN value newColWidth also becomes NaN, and that effectively doesn't change width of column and keeps width as it is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant