toni-heittola / js-datatable

JQuery plugin to generate dynamic HTML tables with data visualization https://toni-heittola.github.io/js-datatable/
MIT License
39 stars 19 forks source link

How to put link or other html tag into the table cell? #2

Closed keyuls closed 6 years ago

toni-heittola commented 7 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

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.