Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
israelsc50 opened this issue Apr 21, 2016 · 0 comments
Open

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

israelsc50 opened this issue Apr 21, 2016 · 0 comments

Comments

@israelsc50
Copy link

israelsc50 commented Apr 21, 2016

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
            }}},
];`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant