Link column with multiple hyperlinks

We will be using JSON to load the data in the grid.
Link column might have more than one hyperlinks. In the documentation we saw ^(caret sign) being used as a delimiter. URL: Column Types DHTMLX Docs

Is there a way to specify a custom delimiter or change it to what we want? I want json object to save data with multiple hyperlinks using | (Pipe character).

We are using v5.1.0…

“link” column type column cannot have several links in a cell.
You may place a pure html href links in the value of a cell.

Thanks Sematik… I did exactly as you said and it worked… I chose “ro” column type and inserted HTML…

You are the best…