I’m trying to implement a table layout where I calculate the min width of most columns + attempt to expand the last column to fill the remaining space if there is any, or to keep expanding if necessary to not break lines. This breaks as soon as I put .horizontalScroll() on the card wrapping the table, presumably because my calculations based on constraints.maxWidth now result in calculations based on Int.MAX_VALUE? Any suggestions on how to approach this?