SpinnerStep (col)

SpinnerVisible을 사용하는 열에서 입력 값의 증감 간격을 설정할 수 있습니다.

추가적으로 SpinnerMax, SpinnerMax을 통해 input의 min, max를 설정 할 수 있습니다.

Type

number

Options

Value Description
number 편집 시 입력 값의 증감 간격

Example

//html객체로 체크박스 표현
options.Cols = [
    ...
    {Type: "Int", Name: "Qty", SpinnerVisible: true, SpinnerStep: 10, ...},
    ...
];

Read More

Since

product version desc
core 8.1.0.88 기능 추가