hanishw

Results 3 comments of hanishw

I could fix the issue by letting watchers fire individually for rows and columns. I was earlier updating gridOptions.colDefs and gridOptions.data together. Then changed it to: 1. gridOptions.colDefs = new...

When wider data is used (Columns >= 100), grid becomes sluggish in scrolling and rendering. On increasing columnVirtualizationThreshold to say 100, horizontal scrolling smoothens but vertical scrolling degrades. I guess...

I could fix the issue by letting watchers fire individually for rows and columns. I was earlier updating gridOptions.colDefs and gridOptions.data together. Then changed it to: 1. gridOptions.colDefs = new...