UriCell
Renders URIs (usually urls) with the optional direct interaction.
displayData
A formated version of the uri as a string.
data
The uri
readonly
Determines if the cell will accept edit events.
hoverEffect
If set to true the uri will underline when hovered and receive a pointer cursor.
onClickUri
If provided this will be called whenever the actual text of the uri cell is clicked. This can be used to open a url.
Last updated