Change Text Alignment in UX Grid

You should be able to use the built-in handsontable cell text alignment classes for this.

"columnFormat": {
    "Group Status":
        [ 
            {"className":"htCenter"}
        ]
}
3 Likes