ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: STEVE on July 05, 2022, 06:40:20 pm
-
Dear paravir,
I still have same problem even I corrected dataIndex.
I attached 4 files in a zip file.
1. cmpny.php --> empty page was shown.
2. cmpnydb.php --> it works fine. data was shown.
3. confg.php
4. include.php
Please help me.
Best regards,
Steve.
-
Please use this dataModel
var dataModel = {
location: "remote",
datatype: "json",
method: "GET",
url: 'cmpnydb.php'
};
if it still doesn't work then open the browser developer console and look out for errors.
-
I did it as below. But results was same. Nothing was in the page after it was executed.
var dataModel = {
location: "remote",
datatype: "json",
method: "GET",
url: 'cmpnydb.php'
};
-
I can't see anything from the the developer console.
There is no error message.
-
Dear paramvir,
I attached 2 files which are cmpny.php and cmpnydb.php.
I use ajax and css files after I downloaded those in my local sever because of Network Security.
I hope you test it with a include file and a confg file which I modified.
Please help me.
Best regards,
Steve.
-
id of the grid should match in both html and js.
cmpny.php -> In html it's grid_json while in js it's grid_jsonp
-
Thank you so much! Finally it works !!!