Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JohnLee

Pages: [1]
1
Based on the hint provided by Jplevene, I have implemented a CSS-based workaround to bypass the bug for the time being.

I noticed that when Frozen Columns are applied, the fixed elements are wrapped inside <div class="pq-cont-inner pq-cont-left">...</div>
To address the issue in this structure, I added the following CSS.
.pq-cont-inner.pq-cont-left {
    overflow-block:auto;
    scrollbar-width:none;
}

2
When using the mouse scroll wheel to perform a vertical scroll within the Frozen Column area, the main grid area does not scroll.

Please refer to the following steps, as a similar issue occurs even when performing these actions on the demo page (https://paramquery.com/pro/demos/freeze_columns).

1. When scrolling with the mouse wheel outside the frozen column area, the grid area scrolls. (Normal)
2. Change the total number of frozen columns to 5.
3. When a cell within the Frozen Column area is clicked, and the mouse wheel is then used to scroll, the entire page scrolls instead of the grid.
4. When scrolling with the mouse wheel in the unfrozen area, the grid area scrolls. (Normal)"

We would appreciate any suggested solutions for this issue.

3
ParamQuery Pro Evaluation Support / Re: can hide group title row ?
« on: December 23, 2020, 12:17:46 pm »
It works well~~

Thank you for helping.

4
ParamQuery Pro Evaluation Support / can hide group title row ?
« on: December 01, 2020, 06:32:13 am »
Hi..

I want to hide the group title rows that have only one data row.

Is it possible to make it?

5
Thanks

6
Help for ParamQuery Grid (free version) / skipSingleSummary is not working
« on: November 30, 2020, 10:15:11 am »
Hi.

I found then "skipSingleSummary" (sub-options of groupModel property) options in API document so uses in my test html, but it is not work at all.

Is there anyone who has succeeded?

Thanks

Pages: [1]