ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: elearnster on August 04, 2014, 10:12:06 am

Title: column heading popup
Post by: elearnster on August 04, 2014, 10:12:06 am
Is there any method to implement popup titles for the column headings?
Title: Re: column heading popup
Post by: paramvir on August 04, 2014, 08:20:16 pm
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 ...  }]
Title: Re: column heading popup
Post by: elearnster on August 05, 2014, 01:39:13 am
Thanks!  Works well.