expandRows (Properties)

"timeGrid" 뷰(View)의 행이 전체 높이를 차지하지 않으면 크기에 맞게 행의 높이를 확장할지 여부를 설정합니다.

Type

boolean

Options

Value Description
false "timeGrid" 뷰(View)의 시간축 행이 달력의 전체 높이보다 작더라도 전체 높이에 맞게 확장하지 않습니다. (default)
true "timeGrid" 뷰(View)의 시간축 행이 달력의 전체 높이에 맞추어 확장되어 커집니다.

Example

options = {
    expandRows: true
};

Since

product version desc
core 1.5.0.0 기능 추가