Setting column.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_RIGHT) doesn't have any effects. Problem is that it's setting align="right" on td element but we have div element in td so the alignment has no effects.
Setting column.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_RIGHT) doesn't have any effects.
Problem is that it's setting align="right" on td element but we have div element in td so the alignment has no effects.