Prevent line breaks in table cells

Hi experts.

Is there a way to ensure, that there will be no line breaks in a table cell even if the text is too long for the space? This way the text would not be shown completely but the user would see more of it.

I habe not found possibilities in the editor, so I am curious if it is possible with code. I am filling the table throught code anyway.

The tables are quite limited. You can use a repeater and design it as a table, then you’ll have more control (and if you know how to use custom elements that can be a good solution too).