ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: zhouqi 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 ?
-
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
-
Ok, I'll try it.
Thanks 8)