I'm using version 12.3. The Dataset Alignment is not working for the Center
option, neither for the entire Dataset nor for a specific column.
Dataset[{
<|"colA" -> 1, "colB" -> 2, "colC" -> 3|>
, <|"colA" -> 4,
"colB" -> 5, "colC" -> 6 |>
}, Alignment -> Center
]
Dataset[{
<|"colA"-> 1, "colB"-> 2, "colC"-> 3|>
, <|"colA"-> 4, "colB"-> 5, "colC"-> 6 |>
}, Alignment->{"colA"-> Right, "colB"-> Center, "colC"-> Center}
]