How can we add a tooltip on a column level. What I mean by column level is that all the rows( belonging to the same column) should have the same tooltip content.
For eg, Consider a column called "Manager Name". All rows of that column should display tooltip as "Click here to see manager details".
Can this be done on colModel level. I am aware of custom formatters, where I can add title to "cellValue". But I am really not looking for this as I am already using a complicated custom formatter.
I hope there is a straight forward way to achieve this.