nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.4k stars 386 forks source link

컬럼 width가 'auto' 인 경우, grid.append() 시 width값 초기화 #1993

Open HIMZ5221 opened 8 months ago

HIMZ5221 commented 8 months ago

width를 'auto' 로 설정한 컬럼이 있을떄, appendRow() 및 appendRows() 함수를 발동하면, width가 minWidth에 맞춰지고 있습니다. 혹시 관련해서 해결방법을 아시는분 계시나요?


            {
                header : '헤더',
                name   : 'name1',
                align  : 'center',
                width  : 'auto'
            },```