How to wrap long string text in table cells inside Details row in Responsive mode?

How to wrap long string text in table cells inside Details row in Responsive mode?

kevllarkevllar Posts: 2Questions: 1Answers: 0

That was a mouthful.

Anyway, I have this jsfiddle setup. For cells that run multiple lines I would like to have the Details column wrap all the text. Currently, any long string is forced into "nowrap". You can see this when you resize your browser down to mobile size and press the plus button.

I poured through the documentation but I can't find an easy way to remove the class without rendering the table manually. Also, my table width seems to be stretched via the plugin (Autowidth) so I can't size it to the viewport. Any ideas please? My eyes are on fire. Thanks.

https://jsfiddle.net/kevllar/ny5k679n/

Answers

  • kevllarkevllar Posts: 2Questions: 1Answers: 0

    I was missing the width="100%" in my table. Fixed!

This discussion has been closed.