Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
635 views
in Technique[技术] by (71.8m points)

Pass custom header renderer for Group in ag-grid

Need some help in passing custom header renderer for the multi Group column , when we set row Group : true for column Definition.

want to customize this header menu and the styling of "Group"

question from:https://stackoverflow.com/questions/65931928/pass-custom-header-renderer-for-group-in-ag-grid

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Could you perhaps supply an example of what you currently have in your gridOptions and colunDefinitions/columns? Worth knowing is that if you are using autoGroupColumnDef inside gridOptions, that will be the defining columnDefinition overriding the one you normally supply into "columns".

I assume you looked into custom component-header for your issue?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...