Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Kendo UI Angular 2 グリッド列名のツールチップを表示するにはどうすればよいですか? html のtitle属性を使用してみましたが、kendo-grid-column のtitle プロパティと競合します。
テンプレートにタイトル付きのスパンを挿入できます。
<template kendoHeaderTemplate let-column let-columnIndex="columnIndex"> <span title={{column.field}}>{{column.field}}({{columnIndex}})</span> </template>
http://plnkr.co/edit/eYtBLMv45XFLcnbXn2ZW?p=preview