Open
Description
Hello Dash Community,
Dash v2.3.0 introduced Mathjax support in dcc.Markdown and dcc.Graph which is very nice for producing scientific dashboards.
Dash DataTable also provides the Markdown presentation option, but Mathjax does not seem to be activated in this case. This feature would be nice in order to display pretty-printed data in the table.
I tried outputing a $$ delimited LaTex formula in a MarkDown cell of DataTable but it didn't rendered with Mathjax (using Dash 2.6.0):
Thanks