ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Punit 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
-
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.
"dependencies": {
...
"pqgrid": "file:local path to paramquery folder",
...
}