ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: markn on July 25, 2024, 04:25:10 am

Title: Custom formatting in column header
Post by: markn on July 25, 2024, 04:25:10 am
Is there a way to do custom html/css in a column header in the grid.

                                var row = {
                                    title: studentname ,
                                    align: "center",
                                    colModel: colDT
                                }

This would put the student name in for the colum header.  I would like to put more information in the header.  Put in something like name and then underneath email and so on.

Something like:

Name
email
phone number

and add some custom css to the various values.

I hope that makes sense.
Title: Re: Custom formatting in column header
Post by: paramvir on July 25, 2024, 09:05:49 am
you can write title / header of a column in simple html and inline css.

Code: [Select]
title: "<p>Rank</p><p style='font-weight:bold;'>Email</p>"