Author Topic: PQGrid implement reactjs  (Read 238 times)

Punit

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 43
    • View Profile
PQGrid implement reactjs
« on: January 30, 2023, 04:47:43 pm »
Hello,

we are implement PQGrid in reactjs, data get properly in pqgrid but top view in message showing paramquery pro eval

we have already licence Pro Ultimate

Reactjs in following steps -
1.  install pqgrid
2.  download the commercial copy in npm modules then clear cache
     but not remove  paramquery pro eval

Please let us know, how to resolve issue



paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: PQGrid implement reactjs
« Reply #1 on: January 31, 2023, 05:47:12 am »
Please point to local file system in package.json file as mentioned here:

https://paramquery.com/pro/tutorial#topic-npm

Commercial or OEM version of pqgrid can be installed as a local npm package by pointing "pqgrid" to local file system path in the package.json file -> dependencies section in the project manually.

Code: [Select]
"dependencies": {
    ...
    "pqgrid": "file:local path to paramquery folder",
    ...
}
« Last Edit: January 31, 2023, 03:30:42 pm by paramvir »