ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: jana on April 11, 2021, 04:40:26 pm

Title: Format cell from remote
Post by: jana 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?
Title: Re: Format cell from remote
Post by: paramvir 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" },