Posted 15 September 2019, 5:36 pm EST
Hi,How to get the tooltip for a cell if the content in the cell is not fitting?
Thanks.
Forums Home / Spread / DataViewsJS Topics
Posted by: nchalla on 15 September 2019, 5:36 pm EST
Posted 15 September 2019, 5:36 pm EST
Hi,Marked as Answer
Replied 16 September 2019, 5:51 pm EST
Hi,var cols = [
{
id: 'title',
caption: 'Title',
dataField: 'title',
presenter: '<div title="{{=it.title}}">{{=it.title}}</div>'
},
...otherColumns
];
var dataView = new GC.DataViews.DataView(document.getElementById('grid'), data, cols, new GC.DataViews.GridLayout());