gijgo icon indicating copy to clipboard operation
gijgo copied to clipboard

Resizable colums error when no data present

Open StillWorthy opened this issue 5 years ago • 0 comments

Hi, I've bumped into a bug using Gijgo grid. I use the grid with resizable columns property set to true. It is working quite good, nevertheless, when there is no data present in the grid and I try to resize a column, it goes crazy. From a console I can say, that it tries to resize columns with data, but these are not defined. This should be a source of the problem. Basic null check should solve this.

Error is present at: gijgo.min.js:1:79596 Error: TypeError: i[g].cells[h]

StillWorthy avatar Mar 03 '20 10:03 StillWorthy