Hi. Great product and very flexible. I am using column grouping where the group spans several columns. Is there a way to center the group header text? You have colVertAlign, do you have colHorizAlign?
thanks
Hey,
To do that you can style the tabulator-col-title class with CSS:
.tabulator .tabulator-col-title{
text-align:center;
}
Cheers
Oli
Works perfectly. You are gentleman and a scholar.
But how to change alignment for target title?
This issue is over 3 years old and no longer relevant, please ask questions on stack overflow this issues list is now reserved for issues and feature requests
Most helpful comment
Hey,
To do that you can style the tabulator-col-title class with CSS:
Cheers
Oli