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 - rickpqu

Pages: [1] 2
1
I am using version 3.3.1.

2
Hi, on a table with several columns and virtual header set to be on, when a column is occupying the whole screen width, if I hide that column, then the whole table disappears. How can I prevent this?

3
Hi, it seems that the default behavior of double-clicking the border of a column is that all columns are widened/shrunk to fit their content. I would like to change the width of only the column the border of which is double-clicked. Is this possible?

4
Thanks. I see that columnDrag is triggered when I begin to drag a column. In my project, the decision to prevent the drop of a column is made when the column is dropped, based on whether the drop point is the first row of the column header or the second row. How can I handle this situation?

5
Help for ParamQuery Pro / Column header groups - how to prevent nesting?
« on: February 17, 2019, 11:30:26 pm »
I have 2-level column headers grouped into several groups. I found that I can drag a column group into another column group's second level, which results in 3-level column headers. For example, column group G1 with columns C1 and C2, and column group G2 with columns C3 and C4. If I drag G2 next to C1, then the result is

G1
C1 G3      C2
     C3 C4

Is there a way to prevent this group-into-another-group drag? I still want to allow group-next-to-another-group and column-next-to-another-column drags.

6
Hi, I have a table with column groups. I can get the individual colunm header with getCellHeader function inside refreshHeader:

gridObject.refreshHeader = function () {
}

But, I need to attach something to the column group header cells also. Is it possible to access those? (from within refreshHeader, or somewhere else, whichever works)

7
Help for ParamQuery Pro / Re: Browser zoom and column width adjustment
« on: February 07, 2019, 09:53:58 pm »
I found that virtualX: false caused the problem. virtualX: false solved the issue, but in the past I set it to false to avoid the change in the height of the header as I scroll the table horizontally.

So, virtualX: false has the problem of changing header height and virtualX: true has the problem with grabbing column borders.

Is it possible to set virtualX: true but somehow figure out the maximum height for header cells and set a fixed height to the header cells? or any other solution?

8
Help for ParamQuery Pro / Re: Browser zoom and column width adjustment
« on: February 07, 2019, 05:10:38 am »
Thanks for the demo. I dug a bit more. The attached image shows the problem. The image was created in the following way.

I created a table using the code here https://docs.google.com/document/d/19Oyih_STB2K81AJ85xmpi_vSo6_UJNutyKgT7MyTiDE/edit?usp=sharing.

The zoom level of Chrome browser was 125%.

Then, I clicked the first column, and typed the right arrow key to move toward the last column. Up to the second last column, the header column and the data column were perfectly aligned. Then, with the right arrow key stroke to reach the last column, suddenly the discrepancy between the header column borders and the data column borders happened as shown in the attached photo.

The divs of class "pq-grid-col-resize-handle" were aligned with the data column borders, thus creating the original problem of this post.

I observe this only with Chrome and zoom-in. At 100% zoom level, Chrome also displays the table correctly.

Any help would be appreciated. If you need any more information on the issue, please let me know.

9
Help for ParamQuery Pro / Re: Browser zoom and column width adjustment
« on: December 21, 2018, 09:38:22 pm »
With some investigation, I found that pq-grid-col-resize-handle's "left" style value becomes more off from the actual location of the rightside border line.

10
Help for ParamQuery Pro / Browser zoom and column width adjustment
« on: December 21, 2018, 09:07:09 pm »
Hi, this happens on Chrome but not on Firefox nor Edge. When there are many columns, and if Chrome's tab is zoomed in, the first column header's right border can be grabbed and dragged to change the column's width, but this grab point starts to deviate from the border line more and more as the later columns are tried. This problem is not noticeable with a few columns, but with about 30 columns over maybe 3000 pixels for example, the gap becomes quite big in the rightmost column. I use pro 3.4.0.

11
Help for ParamQuery Pro / Highlighting selected row but selectionMode: cell
« on: November 21, 2018, 03:51:22 am »
Hi, I'd like to use selectionMode: cell to display the selected cell value, but at the same time I would like to highlight the row in which the selected cell is. How can it be done?

12
Help for ParamQuery Pro / Two rows in header
« on: December 22, 2017, 02:25:32 am »
Hi, I searched the demo pages but couldn't find an example of this. I'd like to use two rows for the header of a table. For example, something like this:

Module A        Module B        Module C
Col A   Col B   Col C   Col D   Col E   Col F   Col G

Is it possible with ParamQuery Pro (3.4.0)?

13
Thanks. That worked.

14
Hi, I am trying to show the detail content (detailModel) of every row at the time of loading of the table. How can I achieve this? I'd appreciate help.

15
Help for ParamQuery Pro / Re: Column header filtering behavior
« on: June 15, 2016, 10:07:50 pm »
Thanks. That worked.

Pages: [1] 2