Underline on hover in datatable column (like a link)

Hello,

I have a tab view of which the first tab shows a datatable for which I would like some columns to show an underline (as if there is a link) when hovering over it. The function when clicked on the column cell should be to go to the next tab screen where the row data is displayed.

So my question is how do I configure a column to have an underline when hovering over the cell content and attach a single click function to it?

Thanks,
Pieter

Hi

For CSS and click event, see below

https://snippet.webix.com/36nofeq6

For the rest, please make a basic snippet, it will help you and the community.

Cheers

Thanks frank34, thats what I needed!!