akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 877 forks source link

Tooltip on hovering the cell in ng2-smart-table #1130

Open sonofvanu opened 4 years ago

sonofvanu commented 4 years ago

Consider a datasource like this

data=[{ name:'A', city:'XXX', lastModifiedBy:'A', lastModifiedOn:'2020-02-20' }, { name:'B', city:'XXX', lastModifiedBy:'C', lastModifiedOn:'2020-02-20' },{ name:'C', city:'XXX', lastModifiedBy:'B', lastModifiedOn:'2020-02-20' }]

On hovering the cell of any row i want to display the corresponding lastmodified by and last modified on in a tooltip

luischueneuien commented 4 years ago

You can use a custom render component and put nbtooltip on it