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