Word Wrap in APEX Interactive Grids
One of those really simple thing but unless you how how to do it, you could spend ages trying to figure it out. The sample apps give an example of this: But alas, it doesn't explain how it achieved it. Looking at the settings for the "Notes" column does not reveal anything out of the ordinary for a Test Field. So, what I did to figure this one out was to "Inspect" the cell (right-click in the browser) and see if there was anything different to what I had in my app. Sure enough, a single line in the CSS was the reason: So, all I needed to do is override the CSS on the page (using the Inline CSS): And that worked a treat!