Align table cell content on the right

Hi,

I want to align the content for of certain column of a table in the Apps Builder on the right. What is the current option for this? I Tried cellContentAlignment but there is a warning, that this option is deprecated.

You can use CC customCellHighlighting.

you can find my implementation here if needed.

1 Like

It seems like a little much overhead to use a custom component and an extra column in the source data table. Is there another option, or is this currently the only way?

Not a clean solution but you can adjust this workaround to format table cells

1 Like

This option here seems to work
image

2 Likes