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.42k stars 394 forks source link

특정 컬럼에 값에 따라 배경을 바꾸고 싶은 데요 #1889

Open kwlsgy opened 1 year ago

kwlsgy commented 1 year ago

image 특정 컬럼에 값에 따라 배경을 바꾸고 싶은 데요 별도로 정의한 스타일을 추가 하고 addRowClassName를 통해 바꾸어도 정의가 안됩니다.

Grid.applyTheme( ) 안에 정의 된 스타일 만 적용이 되는 건지 사용자가 css파일에 정의 한 내용이 적용이 되는건지 스타일 정의 위치와 방법을 문의 드립니다.

sdkronic commented 1 year ago

Did you prepend "tui-grid-cell." to it? .tui-grid-cell.cell-required { background-color: #FFBBC6; }