Closed huangwei16800 closed 5 years ago
settings = new Settings({
headerRowHeight: 20, // class .fixed-header will be added
rowHeight: 20
});
or
.datatable-header-row {
min-height: 20px;
}
and
settings = new Settings({
rowHeight: 20
});
thank your! i will use ng-crud-table in my project,
usually datable display data, RowHeight no need too high. i had modify min-height to 25px. and rowHeight i want to setting to 25 ,but char not center align .datatable-header-row { min-height: 20px; }