Author Topic: Can PQ support the features described in the picture ?  (Read 1049 times)

zhouqi

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 16
    • View Profile
Can PQ support the features described in the picture ?
« on: August 21, 2021, 08:11:59 am »
Hi,

I want to use PQ as a spreadsheet, then I can design it like Excel, and can load remote datas show in it.

Can PQ support the features described in the picture ?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Can PQ support the features described in the picture ?
« Reply #1 on: August 23, 2021, 09:53:02 am »
It's simple. Fetch the remote data via Ajax call and assign it to spreadsheet with grid.Range(...).value( data );

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

zhouqi

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Can PQ support the features described in the picture ?
« Reply #2 on: August 23, 2021, 11:12:53 am »
Ok, I'll try it.

Thanks  8)