NoButtonInFilter (col)

해당 열의 필터행에 Button, TimePicker 을 통해 생성되는 Button 혹은 TimePicker 가 생성되지 않도록 합니다.

Type

boolean

Options

Value Description
0(false) 필터행에 Button 혹은 TimePicker 생성됨 (default)
1(true) 필터행에 Button 혹은 TimePicker 생성되지 않음

Example

// 특정 열의 필터행에 버튼이 생성되지 않도록 설정
options.Cols = [
    {Type: "Text", Button: "Button", ButtonText: "TestButton", Name: "sNumber", NoButtonInFilter: 1, Width: 70 ...},
    ...
];

Read More

Since

product version desc
core 8.1.0.76 기능 추가