ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Digitalsoft on August 07, 2020, 08:01:31 pm
-
Team, We have a business requirement where we need to do some calculation in render function based on initial values assigned to dataModel and required to reference it later.
We would be able to make this work by keeping a copy of data which assigned to dataModel. Just thought of checking whether pq component already have such feature and can get that initial value assigned to dataModel by passing rowIndex and colIndex. Thanks..
-
pqgrid doesn't keep a copy of the original data assigned to dataModel.
original data can be copied in the dataModel.getData callback.
-
Okay-thanks for the information!