Replies: 1 comment
-
Yeah, custom table cell rendering is not something that we support and it is not trivial, so for links to work you need the full URL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be difficult to implement a render-type for DataTable columns?
id - type: int
link - type: url
I tried rendering the content of the cell using: Kino.Markdown.new("Yahoo") in order to get shorter text while still being able to click on the link.
Maybe I am missing an option if there is one.
Beta Was this translation helpful? Give feedback.
All reactions