I have an issue and wanted to see if anyone's run into this before or knows of a fix.
I have a map-component popup that is displaying a view. In the view, there is a table that is not wrapping the cell contents.
In the designer wrapping is done correctly and changing the whiteSpace style effects how the contents are wrapped.
In the app, the contents are not wrapped and overlap. Inspecting the element shows that "white-space:normal" is active.
Hi jreynolds,
When you observe this behavior not working are these style properties defined on the "cells" property of the table? Screen shots of your properties would be helpful as well.
Also what browser are you using? Do you notice a difference in any other web browsers?
Hi Joe,
Thanks for the reply. The style was originally applied to the "Description" column of the table, but I've tested applying it to cells and the behavior is the same. I've tried viewing the app in Firefox, Chrome, and Perspective Workstation, and the problem exists in all of them.
table_props.json (4.7 KB)
Have you tried using the "wordBreak" or "wordWrap" style properties?
I've now tried "wordBreak" and "wordWrap" applied to the cell style. I tried them individually and in combination with "whiteSpace" with no change in behavior.