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
»
ParamQuery Pro Evaluation Support
»
Format cell from remote
« previous
next »
Print
Pages: [
1
]
Author
Topic: Format cell from remote (Read 1636 times)
jana
Newbie
Posts: 1
Format cell from remote
«
on:
April 11, 2021, 04:40:26 pm »
I use Php an mysql an pagin.
how do i format value on serverside with php for href or image and so on.
Is that possible?
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Format cell from remote
«
Reply #1 on:
April 11, 2021, 04:48:25 pm »
You can keep dataType: 'html' for columns displaying preformatted html values from server.
Example: content column in this example:
https://paramquery.com/pro/demos/grid_xml
Code:
[Select]
{ title: "Content", width: 320, dataIndx: 'content', dataType: "html" },
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
ParamQuery Pro Evaluation Support
»
Format cell from remote