Data as Json Array

This commit is contained in:
wrzesinski-hubert
2020-06-14 14:24:49 +02:00
parent 47491c7c37
commit 8f43a785b7
10 changed files with 92 additions and 88 deletions

View File

@ -114,7 +114,7 @@ export default class Calendar extends React.PureComponent<
startDayHour={8}
endDayHour={20}
excludedDays={[0, 6]}
cellDuration={45}
cellDuration={60}
dayScaleCellComponent={DayScaleCell}
timeTableLayoutComponent={TimeTableLayout}
timeTableCellComponent={TimeTableCell}