본문으로 건너뛰기

GRID_single_date

정보

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

Description

Id가 'start_date' 또는 'end_date'인 컬럼에 날짜가 표시되는 방식을 정의합니다.

GRID_single_date: (date: Date) => string;

Parameters

  • date - (required) Date - 포맷팅이 필요한 날짜입니다.

Returns

  • text - (string) - 스케줄러를 렌더링하는 데 사용되는 HTML 텍스트입니다.

Example

scheduler.templates.grid_single_date = function(date){
return scheduler.templates.day_date(date)+" "+this.event_date(date);
};

Applicable views: Grid view

Details

노트

이 템플릿은 grid_view 플러그인이 활성화된 경우에 작동합니다.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.