창 크기 줄였을 때 가로 스크롤 안보이는 문제 해결
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
#structureTableWrap1 {
|
||||
top: 56px;
|
||||
width: 99%;
|
||||
height: calc(100vh - 80px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#structureGrid {
|
||||
flex: 1;
|
||||
min-height: 200px;
|
||||
}
|
||||
#structureName {
|
||||
margin-bottom: 10px;
|
||||
@@ -292,7 +299,7 @@ function fn_initGrid() {
|
||||
|
||||
_tabulGrid = new Tabulator("#structureGrid", {
|
||||
layout: "fitColumns",
|
||||
height: "650px",
|
||||
height: "100%",
|
||||
pagination: false,
|
||||
headerSort: false, // 정렬 비활성화
|
||||
columns: columns,
|
||||
|
||||
Reference in New Issue
Block a user