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
»
Can the detail model be expanded at the loading time of the grid?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Can the detail model be expanded at the loading time of the grid? (Read 2219 times)
rickpqu
Pro Enterprise
Newbie
Posts: 26
Can the detail model be expanded at the loading time of the grid?
«
on:
September 27, 2016, 09:07:36 pm »
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Can the detail model be expanded at the loading time of the grid?
«
Reply #1 on:
September 27, 2016, 10:12:08 pm »
This can be done by adding pq_detail property to rowData.
rowData.pq_detail = { 'show': true };
Logged
rickpqu
Pro Enterprise
Newbie
Posts: 26
Re: Can the detail model be expanded at the loading time of the grid?
«
Reply #2 on:
September 27, 2016, 11:55:44 pm »
Thanks. That worked.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Can the detail model be expanded at the loading time of the grid?