Hello Support
In an DHTMLXGrid, while grouping, how can I aligh the Group header to the left or right. Currently, by default, I see it rendering in the center.
Thanks
Vikrant bhusal
You can adjust .group_row css class
.group_row{
text-align:right;
}
Currently, by default, I see it rendering in the center.
By default it must be left aligned, it possible that you have some global css rules, which is changing default behavior.