I am trying to style the dashtable. My purpose is to wrap text into multiple lines if the text is too long. The code below manages to do that. However, some text in the header flows beyond its cell text box. Any idea what I need to add to my code?
Thanks Chris. I just went back and tried all the solutions. So far by setting min_width in style_cell works the best. If the min_width is too small, some header texts are squeezed. If I make it larger, for those header/cells with very short length text, they are taking too much space.