I'm sending a bunch of data to the Molecular Table reporting component. I'd like to force the column width of one of the columns to be as wide as possible, so that the text array will line up nicely with an array in the next column over (the text is wrapping, and it's hard to see where one array element ends and the next one begins). Is there a way to set the column width without having to define all the columns manually and sending them all to a standard Table component, or better, to prevent the text from wrapping?