ParamQuery grid support forum

General Category => Bug Report => Topic started by: zhouqi on December 15, 2020, 06:44:52 am

Title: autoFit to fail
Post by: zhouqi on December 15, 2020, 06:44:52 am
hi paramvir:

Using pqgrid in react, if you use the on-demand loading method, cVirtual.setSBDim(); this method will have a loading delay problem, causing the getSBWd method to return pq.cVirtual.SBDIM as undefined, so in autoFitCols wdCont = NaN (wdCont = dims.wdCenter-sbWidth), causing autoFit to fail
Title: Re: autoFit to fail
Post by: paramvir on December 15, 2020, 07:08:13 am
Could you please share a small test case to reproduce the issue.