ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How to make matrix table
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to make matrix table (Read 3132 times)
Akihiro Inoue
Pro Ultimate
Newbie
Posts: 32
How to make matrix table
«
on:
September 25, 2017, 11:33:26 am »
Hi, team
I want to make the display of the matrix table such as the attached images.
How can I make it using PQ grid?
Logged
paramvir
Administrator
Hero Member
Posts: 6296
Re: How to make matrix table
«
Reply #1 on:
September 25, 2017, 12:18:33 pm »
please reattach.
Logged
Akihiro Inoue
Pro Ultimate
Newbie
Posts: 32
Re: How to make matrix table
«
Reply #2 on:
September 25, 2017, 01:53:20 pm »
sorry...
I attach again
Logged
paramvir
Administrator
Hero Member
Posts: 6296
Re: How to make matrix table
«
Reply #3 on:
September 25, 2017, 10:15:12 pm »
That looks like 3 tables with scrollbar control in table B
So I guess you could create 3 grids and place together as in the image.
Scrolling can be controlled from one grid to another as in this example:
https://paramquery.com/pro/demos/scroll
Logged
Akihiro Inoue
Pro Ultimate
Newbie
Posts: 32
Re: How to make matrix table
«
Reply #4 on:
October 05, 2017, 12:35:52 pm »
Hi, team.
Thank you for your support.
I could delete the horizontal scrollbar.
I want to delete the vertical scrollbar of grid1 in the attached images.
The vartical scroll and horizontal scroll is necessary for only grid2.
How can I do it?
Logged
paramvir
Administrator
Hero Member
Posts: 6296
Re: How to make matrix table
«
Reply #5 on:
October 06, 2017, 10:52:12 am »
Scrollbars could be hidden with little bit of css
Code:
[Select]
#grid_child .pq-vscroll, #grid_child .pq-hscroll, #grid_child .pq-hvscroll-square{
display:none;
}
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How to make matrix table