Martin
07/11/2019, 1:18 PMreadonlyColumn("Preis", ArticleDTO::money).cellFormat {
text = it
tableColumn.isSortable = false
style {
fontFamily = "monospace"
textAlignment = TextAlignment.RIGHT
}
}
Am I doing something wrong? I wonder because the rest (fontFamily) works..Carlton Whitehead
07/11/2019, 6:58 PMCarlton Whitehead
07/11/2019, 6:59 PMMartin
07/12/2019, 12:56 PMalignment = Pos.BASELINE_RIGHT
did the trick. 🙂