increasing height in .cp_tree-table .cp_tree-table_viewport causes some rows not to be visible
@thegliche
thegliche commented now
https://jsfiddle.net/asLfgdn3/1/ on your JS fidde change
.cp_tree-table {
font-size: 14px;
color: #040402;
background: #fff;
border: 1px solid rgba(55, 53, 47, 0.2);
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
height: 100vh !important;
}
.cp_tree-table .cp_tree-table_viewport {
height: 100vh !important;
}
increasing height in .cp_tree-table .cp_tree-table_viewport causes some rows not to be visible
@thegliche
thegliche commented now
https://jsfiddle.net/asLfgdn3/1/ on your JS fidde change
.cp_tree-table {
font-size: 14px;
color: #040402;
background: #fff;
border: 1px solid rgba(55, 53, 47, 0.2);
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
height: 100vh !important;
}
.cp_tree-table .cp_tree-table_viewport {
height: 100vh !important;
}