ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: elearnster on August 04, 2014, 10:12:06 am
-
Is there any method to implement popup titles for the column headings?
-
If you mean by tooltips for the column headers, they can be defined in the markup of column.title property as
colModel: [ { title: '<span title = "tooltip title">Column Title</span>' , other properties ... }]
-
Thanks! Works well.