Closed ssdimmanuel closed 4 years ago
I am trying to increase the font size of the header text with the following class in styles.css it doesnt seem to consider the class
.header-class{ font-size: 44px; }
And my grid config looks like this:
configs: any = { id_field: 'id', parent_id_field: 'parent', parent_display_field: 'name', css: { // Optional expand_class: 'fa fa-plus-square-o ', collapse_class: 'fa fa-minus-square-o', header_class: 'header-class' },
....
Have you tried !important?
!important
Tried !important. Still not working
Hmm, you can try header_renderer
header_renderer
Is there an example which I can refer ?
I am trying to increase the font size of the header text with the following class in styles.css it doesnt seem to consider the class
And my grid config looks like this:
....