Make title column of a mega table wider than the successive columns

Hello all,

Is there a way to make the title columns of a mega table wider than the successive columns so that the generally longer titles don't have to wrap and make the rows double wide? I see there is an option to set column widths, but I can't seem to figure out how this setting functions. Can someone provide an example?

Answers

  • The column widths will dynamically expand in order to fit your column title until it runs out of room due to the number of other columns and data you have in your card. A couple things you can do:

    • You can use the column widths setting as you pointed out. This setting is expecting a comma separated list of values that total to 100 and indicate the percentage of space that column should use. For example, if you have 6 columns and you want the first one to be 50% and the rest to be 10% each, it would look like this 50, 10, 10, 10, 10, 10.
    • You can make your column title wrap by adding a special break character in it: \\n. For example, writing this: some really long column \\n title that could cause this all to be displayed or not displayed. Would result in this
    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.