ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Guoran on May 11, 2017, 01:53:49 am

Title: method refresh makes the first column disappeared with option "flex" for height
Post by: Guoran on May 11, 2017, 01:53:49 am

I am using version 3.3.0

        $grid.pqGrid("option", "height", "flex");
        $grid.pqGrid("option", "width", "flex");
        $grid.pqGrid("option", "freezeCols", 0);
        $grid.pqGrid("refresh");

it makes the first column disappeared.

Thanks
Title: Re: method refresh makes the first column disappeared with option "flex" for height
Post by: paramvir on May 11, 2017, 10:08:28 pm
I don't see the mentioned issue here: http://jsfiddle.net/6c708dcv/