DeeboData Angular Grid JS Grid React Grid
Contact Us Demo Pricing

DeeboData Angular Datagrid Default Row Height

Angular Data Grid

File of interest

services/data-table-service.ts

Using a different default row height for the angular data grid is simple. Just copy the code below and search for it in the file of interest. By default, the row height is set to 50 pixels. Adjust this number as needed to fit the needs of your users and the type of data you are presenting.

defltRHgt: string = "50px"