ParamQuery grid support forum
General Category => Bug Report => Topic started by: Bohuslav Stanek 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 (http://take.ms/QWUGY) and JSFiddle http://jsfiddle.net/co9q8f2d/5/ (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.
-
I see. You could keep virtualY: false in case of height:'flex' because performance would be same for both virtualY true and false.
-
Good point. It works