Hi,
I have a Table which is having three column. The second column is having selectOneRadio and label(on radio buttons) that are very long. I cannot get them to wrap through, when I resize the window. I have tried putting the css white-space:nowrap tag everywhere I could.
Note: 1. The Table will be taking in different ui. So, The second column is using the setRendered(boolean).
2. After increasing the width of the second column, It works fine for some UI, not for all.
3. The third column is having some text which has the white-space:nowrap.
4. When we resize the window, only the second column is collapse.
5. The first column is having only one
word.
Any probable Solution,
Thanks