It seems like a simple question. But I have not found an answer yet for formatting text in a table (superscript, subscript, underline, etc). For example, if I want to format text "ABCDEFG" and "HIJK" to the following format and render in a table.
Asked
Active
Viewed 250 times
0
-
Possible duplicate of https://stackoverflow.com/questions/46714367/how-to-add-subscripts-in-the-row-names-of-a-rendertable-shiny – akrun Jun 13 '18 at 19:19
-
1Very helpful information. I used `rhandsontable` instead `DT` table, but probably is helpful for me to explore more. Thx. – Jian Jun 13 '18 at 19:22
-
Update! The link by `akrun` provides some hints. The answer is to use htmal tags and then renderhtml in table cells. – Jian Jun 13 '18 at 21:17