^^ 잊어버릴까봐.. 흔적 남기기..
==================================
특정 칼럼 감추기..
.active-column-0 {display: none!important;}
===================================
To disable column resizing on all columns - add the following stylesheet rules:
<style>
.active-box-resize {display: none;}
</style>
To disable resize on one column (for example the first one):
<style>
.active-column-0 .active-box-resize {display: none;}
</style>
==================================
특정 칼럼 감추기..
.active-column-0 {display: none!important;}
===================================
To disable column resizing on all columns - add the following stylesheet rules:
<style>
.active-box-resize {display: none;}
</style>
To disable resize on one column (for example the first one):
<style>
.active-column-0 .active-box-resize {display: none;}
</style>