Closed keyuls closed 6 years ago
To have column with links, you should use url value formatter for the column. Example of this can be seen in the documentation https://toni-heittola.github.io/js-datatable/#value-formatters
url
Currently, there is no direct way to use HTML tags in the table cell. To enable html tags, one needs to write special value formatter for that.
To have column with links, you should use
url
value formatter for the column. Example of this can be seen in the documentation https://toni-heittola.github.io/js-datatable/#value-formattersCurrently, there is no direct way to use HTML tags in the table cell. To enable html tags, one needs to write special value formatter for that.