Skip to content

I can not change the color of the table headers. #16

Description

@israelsc50

Hello , i have a problem with header table, i can`t change the color of de row, i try with a lot properties and no works, here is my example, i hope someone can help me.

Hola tengo unos cuantos problemas con los encabezados de la tabla, no puedo cambiar el color de los encabezados, he tratado usando varias propiedades pero ninguna funciona, no se si alguien pueda ayudarme.

THE LAST HEADER IS MY EXAMPLE.

`
var tableHeader = [
{
text: 'Nombre',
align: 'center',

    },
    {
        text: 'Column 3',
        width: 200,
        align: 'center'

    },
    {   // No cellwidth, there will be defined in the data section
        text: 'Column 4',
        align: 'center'

    },
            {text: 'Quantity 1', width: 120, align: 'center', font: {size: 12, color: '#990000', border: {
                color: '#990000',
                style: 'normal',
                position: ['bottom', 'top','left','right'],
                linemode: true,
                linewidth: 1
            }}},
];`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions