ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: Punit on May 16, 2024, 01:48:24 pm

Title: Get cell data form dynamic table
Post by: Punit on May 16, 2024, 01:48:24 pm
i want to get selected call data and pqgrid's  method ( pq.grid("#tree_grid").Selection().address()) only gives cell number c1:2 c2:2 cc:1 firstC:2 firstR:10 r1:10 r2:10 rc:1 type:"cell"    and my table has dynamic column and  it not possible to get data by this method
Title: Re: Get cell data form dynamic table
Post by: paramvir on May 19, 2024, 07:09:38 pm
Use the correct method to get the data of selected cells

Code: [Select]
grid.Selection().value();

https://paramquery.com/pro/api#method-Range