Wix Table Formatting Issue

Hello,

Please see the attached image.

I’m using a Wix Table that’s connected to a dataset. The text being pulled from the dataset is being cut off as the Wix Table’s rows are not long enough. Currently, the Wix Table’s row height is set to its max (100) yet it still does not fit my content. As seen in the attached image, it gets cut off after the word “your”.

Any advice or guidance is appreciated.

Thank you,

  • Adam

hi Adam,

Tables are limited in terms of customizability. You can create your own custom table using a repeating layout.

Check out this article
https://www.wix.com/code/home/repeaters

You can imitate a table using a repeater by resizing each item to an elongated strip.

like so

Thank you, Ido. I’ll try using a repeater.