컬럼 활용

입력 모드 시 스타일, placeholder 설정

QCELL 컬럼의 타입 중 input 계열(input, inputbutton, inputdatepicker, textarea)은 셀에 진입하여 값을 입력할 수 있습니다.

이때 각 컬럼 별로 placeholder와 input 모드 시 스타일을 설정할 수 있습니다.

input 모드 시 스타일 정의는 options: { inputclass:"align-center idclass" }로 설정하여 css를 정의하고,
placeholder는 options: { placeholder:'- 빼고 입력하세요' }로 정의해 줍니다.

결과적으로 inputclass를 사용하여 정의한 css 클래스를 사용하여 placeholder의 왼쪽, 오른쪽, 중앙으로 글자 정렬을 지정할 수 있습니다.