ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started 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?
-
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
{ title: "Content", width: 320, dataIndx: 'content', dataType: "html" },