Skip to content
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
@chriddyp

Description

@chriddyp

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

image

FYI @Marc-Andre-Rivet in case you are in the neighborhood

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions