Author Topic: method refresh makes the first column disappeared with option "flex" for height  (Read 1793 times)

Guoran

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 4
    • View Profile

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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
I don't see the mentioned issue here: http://jsfiddle.net/6c708dcv/