ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Custom data to php
« previous
next »
Print
Pages: [
1
]
Author
Topic: Custom data to php (Read 1888 times)
queensgambit9
Pro Ultimate
Sr. Member
Posts: 341
Custom data to php
«
on:
May 03, 2018, 06:22:27 pm »
Would like to add custom data (php?test=test) to the php when using dataModel remote.
Tried:
Code:
[Select]
postData: "{test:test}",
in dataModel...but it gets split into single characters when getData is executed...how should I do this correctly?
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Custom data to php
«
Reply #1 on:
May 03, 2018, 07:24:27 pm »
I presume you mean getData in remote php script.
please use postData: { test: "test" }
https://paramquery.com/pro/api#option-dataModel-postData
Also try it with stringify: false
https://paramquery.com/pro/api#option-stringify
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Custom data to php