EVUI icon indicating copy to clipboard operation
EVUI copied to clipboard

Grid > resize시 옵셔널 체이닝 추가 필요

Open sonky740 opened this issue 6 months ago • 0 comments

image

if (!props.columns[column.index].width && !item.resized) {
  item.width = 0;
}

width앞에 옵셔널 체이닝 필요

sonky740 avatar Aug 09 '24 15:08 sonky740