I am looking for a example for using kendo-grid Kendo for angular Grid for angular with tooltip on all cells and header.
I found they have this tooltip
EDIT!!!!
I need to put in the template a field from the dataItem (from the row)
I have this template but the dataItem doesnt work
What am I missing?
<ng-template #template let-anchor let-dataItem>
{{dataItem.NAME}}
<span *ngIf="anchor.nativeElement.textContent.length > 0">{{ anchor.nativeElement.textContent + dataItem.NAME}} </span>
</ng-template>