Tabulator: Column header alignment

Created on 30 Mar 2017  路  4Comments  路  Source: olifolkerd/tabulator

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

Question - Ask On Stack Overflow

Most helpful comment

Hey,

To do that you can style the tabulator-col-title class with CSS:

.tabulator .tabulator-col-title{
    text-align:center;
}

Cheers

Oli

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Honiah picture Honiah  路  3Comments

andreivanea picture andreivanea  路  3Comments

mohanen picture mohanen  路  3Comments

jiaqianliCn picture jiaqianliCn  路  3Comments

AndrewHutcheson picture AndrewHutcheson  路  3Comments