Hello, I want to put a custom style on the grid column header
for example make it a button via bootstrap class, however the top and bottom parts of the button are getting cut off because the column header container height is too small. How do I increase the height
<HeaderTemplate>
<button @onclick="@Filter" class="btn btn-outline-primary" >
Column Header
</button>
</HeaderTemplate>