Table/Datagrid text wrap not working?

Unsure how to make a table like this on Weweb? On Weweb I have tried everything to make the description column wrap as seen below. Instead, on Weweb it just cuts the description off with “…” added to the end.

Is this a Weweb limitation or am I just dumb? Ive tried everything from the UI panel, to writing custom JS and also custom CSS. Nothing seems to work. Any help appreciated.

I did manage to remove the “…” once, unsure of exactly how I managed to do that, but then the row did not resize automatically and there is no way afaik to have it resize automatically depending on the size of the text.

The problem persists even as I write media print rules forcing it to expand when downloaded as PDF.

I don’t think this can be done with the datagrid without customising the component I think I saw some community posts a while ago talking about not being able to expand the row. You could do it with the table tho. Here is a quick example with dummy data just need to turn the height to auto from the dropped in table.

1 Like