CalendarOptions
Options for managing Holidays and Working Days in AdapTable
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| holidays | Holidays for current User | null |
Property Details
holidays
Holidays for current User
TypeScript
holidays?: Date[] | ((baseContext: BaseContext) => Date[] | undefined);Default Value
null
Property Value
Date[] | ((baseContext:BaseContext) => Date[] | undefined)