By title I meant title attribute of span element which you have used to add tooltip to header cell.
Anyway if you want to keep using span element, please add gridOptions sub-option to menuUI option as below to fix the issue faced by you:
menuUI:{
gridOptions:{
columnTemplate:{dataType:'html'}
}
},