Hi, Preslav,
ah, ok, now I see it. Got it. Thanks.
Btw. One more question if possible, if I define custom css class that centers text:
.c-centered {
text-align: center;
}
And apply it as attribute via
attributes: {
'class': 'c-centered',
//style : "text-align: center"
},
it doesn't apply to the column with buttons, while direct style application (commented in example) works.
Is it again something I am missing or?
(I will mark question answered anyway).
Thanks a lot!
Regards, Vedad