Hi all,
I’m having some trouble with handling overflow with Dash DataTable. I used the code snippets given in the user guide and on other forum responses but the column I require to be split into multiple lines or word-wrapped still appears as is in a single line. This is the snippet I used:
style_data={'whiteSpace': 'normal'},
css=[{
'selector': '.dash-cell div.dash-cell-value',
'rule': 'display: inline; white-space: inherit; overflow: inherit; text-overflow: inherit;'
}],
Thanks in advance!