provide Mathjax support in DataTable
Author: NilsUUIDCreated Aug 3, 2022Updated Sep 18, 2026
Labelsfeaturedash-data-tableP3
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
Source: plotly/dash