Open sonofvanu opened 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
You can use a custom render component and put nbtooltip on it
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