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..