GRID_single_date
Info
Dieses Feature ist nur in der PRO Edition verfügbar.
Description
Definiert, wie Daten in Spalten mit der ID 'start_date' oder 'end_date' angezeigt werden
GRID_single_date: (date: Date) => string;
Parameters
date- (required) Date - das Datum, das formatiert werden soll
Returns
text- (string) - HTML-Text, der zur Darstellung des Schedulers verwendet wird
Example
scheduler.templates.grid_single_date = function(date){
return scheduler.templates.day_date(date)+" "+this.event_date(date);
};
Applicable views: Grid view
Details
Hinweis
Diese Vorlage funktioniert, wenn das grid_view Plugin aktiviert ist.
Related API
Related Guides
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.