[개발] 프로그램 지식

[kendo ui] 셀 내용 많은 경우(overflow) 내용 생략(....) 방법 / Omit (....) method when there is a lot of cell content (overflow)

  • -
반응형
white-space: nowrap;text-overflow: ellipsis;




.k-grid td{
    white-space: nowrap;
    text-overflow: ellipsis;
}
반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.