この質問はすでにここで尋ねられましたAngular ng-grid row height
しかし、CSS を使用してページの応答性や ng-grid の sort などのヘッダー機能に影響を与える問題を修正する場合、それはすべて私の要件を満たしていません。
.ngCell {
display : table-cell;
height: auto !important;
overflow:visible;
position: static;
}
.ngRow {
display : table-row;
height: auto !important;
position: static;
}
.ngCellText{
height: auto !important;
white-space: normal;
overflow:visible;
}
ページの応答性に影響を与えずにこれに対する解決策があり、純粋な Java スクリプト/ angularjs/css で解決する必要があります