How do you add hyperlinks to column values?
How do you add hyperlinks to column values?
siddhantjm
Posts: 14Questions: 2Answers: 0
How do you add hyperlinks to column values in the datatable.
Values are printed using Javascript.
This discussion has been closed.
Answers
here is an example: files are being rendered as hyperlinks with icons in one column
define the column in columns data. the column uses a row of my table "file" which contains various attributes including the files system and web paths.
render the column using these functions that use a couple of font awesome icons and specify the path of the files. that's all.
I just want simple hyperlinks to the data present the columns.
what is rendered in function renderFilesDataTable are simple hyperlinks to the data presented in the column. Those data are files in my case.
is a simplified example. See also the
columns.render
documentation.Allan