You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}}},
];`
The text was updated successfully, but these errors were encountered:
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',
The text was updated successfully, but these errors were encountered: