ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on May 23, 2017, 01:33:11 pm
-
In render function I use "ui.rowData.[dataIndx]" which works fine.
But would it be possible to get the value without having a column defined for it?
Thanks.
-
ui.rowData[ ui.dataIndx ]
or
ui.cellData
can be used.