Author Topic: column heading popup  (Read 2625 times)

elearnster

  • Pro Economy
  • Newbie
  • *
  • Posts: 20
    • View Profile
column heading popup
« on: August 04, 2014, 10:12:06 am »
Is there any method to implement popup titles for the column headings?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: column heading popup
« Reply #1 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 ...  }]

elearnster

  • Pro Economy
  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: column heading popup
« Reply #2 on: August 05, 2014, 01:39:13 am »
Thanks!  Works well.