Content alignment

Hi everybody,
I’d like to know if is it possible to right align the content of the TextField component and of some cells of the Table component.

I hope you can help me, thanks :slight_smile:

Here’s a post of the forum where that is being discussed:


https://vaadin.com/forum/-/message_boards/view_message/239957

Thanks Jens it worked for the TextField :slight_smile:

But how could I do that for Table cells?


With Table.setColumnAlignment(propertyId, Alignment)

Thanks :slight_smile: