I have added popover to headerCellTemplate, but it dosen seem to be working.
headerCellTemplate: '<div popover="Info" popover-title="Title" popover-trigger="mouseenter" popover-placement="top" popover-append-to-header="true" style="padding-top: 5px;line-height: 1.2;vertical-align: baseline;">' + Address + '</div>'
In the above code only Address is getting displayed in grid, but popover dosen come. Even style is working fine. Only popover is not working. i tried using popover-append-to-body="true" instead of popover-append-to-header="true". but still no luck.