Hyperlink in Datatable

0
Hi, so I have a table and I want to create a link, so that when someone clicks on the name of a person/object it opens a popup or a new page whatever, where additional data is presented. How could I do this?  
asked
2 answers
0

You can do so by using a template grid for example.

Does that work for you?

answered
0

As Michiel said, if you want to make a single column value a link then you’ll need to use a different grid like a template grid, but if you just want to have an action when someone clicks on a row in the data grid then you need to set the grid to single selection mode, set the default button trigger to single click and add a default button to the control bar with the action you want.

answered