This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Unable to set ellipses on header cells #735
Open
Description
From the docs:
dash_table.DataTable(
data=df_election.to_dict('records'),
columns=[{'id': c, 'name': c} for c in df_election.columns],
style_cell={
'overflow': 'hidden',
'textOverflow': 'ellipsis',
'maxWidth': 0,
},
)
Ellipses should be displayed on "Election Polling" header
FYI @Marc-Andre-Rivet in case you are in the neighborhood