Url redriect or render inside table

i am working in the Table node, using the example table , how can i render when i click on "Oli Bob"
to like http://192.168.xx.xx:1880/ui/a

and "Mary May" to http://192.168.xx.xx:1880/ui/b

thanks
Jeff

just send the name as a link <a href="....">Oli Bob</a>

1 Like

thanks you ~
what if the table is have number like:
msg.payload = 10
msg.payload = 15
msg.payload = 20
and can i render it to something like
=>192.168.xx.xx:1880/ui/#10
=>192.168.xx.xx:1880/ui/#15
=>192.168.xx.xx:1880/ui/#20
?
thanks

what you put as the url is up to you.

thanks you

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.