Author Topic: Get cell data form dynamic table  (Read 226 times)

Punit

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 46
    • View Profile
Get cell data form dynamic table
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Get cell data form dynamic table
« Reply #1 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
« Last Edit: May 19, 2024, 07:19:50 pm by paramvir »