ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: rickpqu 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.
-
This can be done by adding pq_detail property to rowData.
rowData.pq_detail = { 'show': true };
-
Thanks. That worked.