Add title to dash_table.DataTable

Is it possible to add a title to dash_table.DataTable?

2 Likes

Probably best for #dash

1 Like

also looking to this feature…

also looking for this

I am also looking for this.

Hi marketemp and hkucukali
Why if you add the Title with a simple Label:

html.Div([
    html.Label("This is my Table Title", style={.....as you want...}),
    dash_table.DataTable(id="This is my Table"),
],  style={.....style the Div if you need...}),
1 Like