Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase the height of column header in ag-grid?

Is there a way to increase the height of the column header like we do for the width. I need this because I've embedded a piechart in header and which is binded but the column is too short to show it completely. is there a way to increase size of a column header.

like image 703
Sumit Khanduri Avatar asked Dec 05 '22 01:12

Sumit Khanduri


1 Answers

You have a property headerHeight in gridOptions

Check https://www.ag-grid.com/javascript-grid-properties/index.php

like image 115
Walfrat Avatar answered Dec 09 '22 13:12

Walfrat