ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on May 23, 2017, 01:33:11 pm

Title: Refering to values
Post 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.

Title: Re: Refering to values
Post by: paramvir on May 23, 2017, 02:15:26 pm
ui.rowData[ ui.dataIndx ]

or

ui.cellData

can be used.