Closed huangwei16800 closed 5 years ago
if add height:30px for the cell, child
can add code for this case?
The child element inherits the height of the parent container only if it is specified explicitly. But min-height is not an explicit specification of height, so the computed height is "auto" and not 100%.
.datatable-body-cell {
height: 100%;
}
It works?
had ok .
cell-editing not have effect in chrome 49, have solution ?
when parent display is flex, if not have height value, child height:100% will not working.