w2ui grid cell background-color 배경색상 변경
w2ui grid cell background-color 배경색상 변경 방법. 엄청 오래걸렸음. 해결해서 다행. $('#grid').w2grid({ name: 'grid', columns: [ { recid:1, field: 'fname', text: 'First Name', size: '30%' }, { recid:2, field: 'lname', text: 'Last Name', size: '70%' }, { recid:3, field: 'sdate', text: 'Dates', size: '120px', attr: "align=center" } ], records: [ {recid: 1, fname:'kim', lname:'LastName', sdate:'2022-05-30', w2ui : { 's..