Author Topic: Format cell from remote  (Read 1520 times)

jana

  • Newbie
  • *
  • Posts: 1
    • View Profile
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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
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" },