How to add url column inside the table so that if user click on it then it will redirect to web page.
Hello @smita.patil7 ,
Do you need the column field itself to be clickable or simply add an hyperlinked URL in the field.
I need to add hyperlinked url…so when we click on url it will redirect to that particular page…
Hi, please help me with this
Please help to add web url.
@smita.patil7
Hello Smita,
Just noticed this post. In normal table templates and mini table templates, there is no support for URLs.
You will need to use custom_table
template that is available as an example on the GitHub repo
The logic of rendering is here
Note
- It is expected that the developer has HTML/JS/CSS skills to be able to customize this further.
- This will work with only Kore.ai webSDK. Not for other channels. So, on the bot also, please select the channel as web/mobile client.
@smita.patil7
You may also use tableList
template
You will have many more customization options for this.