ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Jongki, Baek on September 21, 2018, 10:46:49 am
-
Hi.
I have a problem with Scroll in ParamQuery Pro 5.4.0.
Two tests were conducted for the occurrence of scrolling.
1) Lib add, delete
1-1)
<script type = "text / javascript" src = "../../ common / js / paramquery-5.4.0 / pqgrid.min.js"> </ script>
Result] Scroll occurrence
or
<! -
<script type = "text / javascript" src = "../../ common / js / paramquery-5.4.0 / pqgrid.min.js"> </ script>
->
Result] Scroll does not occur.
2) paramquery version change test.
2-1) paramquery-3.4.1 => Result] Scroll does not occur.
2-2) paramquery-4.0.3 => Result] Scroll occurred
2-3) paramquery-5.4.0 => Result] Scroll occurs
As a result of testing 3 kinds of items, paramquery-3.4.1 does not generate Scroll, and Scroll has occurred in later version.
I want to check the reference file.
-
Hello,
Add the following code and try your page.
.pq-resize-iframe {
margin:0px;
border:0px;
}
-
Thanks Omer, much appreciated. :)
-
thank you.
This issue has been resolved.