Dash DataTables - textwrap

Love the tables implementation.

I’m looking for a way to wrap text within a cell. It doesn’t appear that “style” is a legal keyword within the DataTable constructor. I checked out the default styles in https://github.com/plotly/dash-table-experiments/blob/master/src/components/VirtualizedTable.react.js and also didn’t find the right handle to grab onto.

Roughly, I could use a bit of direction and would be grateful for it. Many thanks!

1 Like

Looking for the same fix.

Same here, but mostly for table column headers

Same. Also, is there a way to put two tables side-by-side?