Our blazing fast Grid component built with pure JavaScript


Post by Samith »

Hi,
I'm trying to change group summary header styles.

Apparently, I can access html element in the render method in summary renderer.
( renderer({ startDate, endDate, eventStore, resourceStore, events, element }) )

But cant access html element in the group summary render method.
( renderer : ({ isFirstColumn, count, groupRowFor, record }) )

is there any other way to change styles on group summary headers or how can I access html element within the renderer?

best regards,
Anuradha


Post by pmiklashevich »

Not supported right now. Opened a feature request: https://github.com/bryntum/support/issues/2252

You can inspect and learn the DOM and style corresponding elements the way you want. Please describe how you want to style elements and we will try to help you. Cheers!

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply