JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Override header height › Reply To: Override header height
December 27, 2021 at 7:36 pm
#102703
admin
Keymaster
Hi Joko,
The sample code below shows how to set the columns height and rows height in our Datagrid component. Note that the minimum row height is 30px.
smart-grid {
width: 100%;
width: 100%;
height: 600px;
--smart-grid-column-header-height: 30px;
--smart-grid-row-height: 30px;
}
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/