How to implement header tooltip?

Hi all,
How to implement header tooltip?

You can use html in the header

header:"<span title='tooltip text here'>Column A</span>"

Thank you, It works!