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
I have the same problem,through the source code,there is an error in line 2278 with the latest release.
replace the line 2278 with “limit: { width: this.options.max_cols !== Infinity || this.options.limit.width, height: this.options.max_rows !== Infinity || this.options.limit.height },”,the problem will be solve.
I want to do resize like this:
but resize doesn't worked and even the image of resize disappeared.
Does anyone have any idea what can i do to make the grids resizable ?
Thanks!
The text was updated successfully, but these errors were encountered: