Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Left ellipsis trick

$
0
0

I just tried the approach suggested in davidwalsh.name/css-ellipsis-left and it worked immediately in dash_table

    style_cell={
        'width': '100px',
        'minWidth': '100px',
        'maxWidth': '100px',
        'overflow': 'hidden',
        'textOverflow': 'ellipsis',
        'direction': 'rtl',
    },

One for the documentation, perhaps? it is very useful for long paths.

5 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles