Author Topic: Unexpected hiding of rows  (Read 2411 times)

Bohuslav Stanek

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 14
    • View Profile
Unexpected hiding of rows
« on: April 20, 2017, 02:13:33 pm »
Hi,
we have problem with unexpected hiding of rows on top of table.
Here is video http://take.ms/QWUGY and JSFiddle http://jsfiddle.net/co9q8f2d/5/.
It happens even if scrollbar is not visible in some occasions. Clue is probably in virtualY.
We tested it in version 3.3.5 and in evaluation version 3.4.0 with similar result.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6126
    • View Profile
Re: Unexpected hiding of rows
« Reply #1 on: April 20, 2017, 09:03:48 pm »
I see. You could keep virtualY: false in case of height:'flex' because performance would be same for both virtualY true and false.

Bohuslav Stanek

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Unexpected hiding of rows
« Reply #2 on: April 24, 2017, 01:16:00 pm »
Good point. It works