Skip to content

Commit 30ed1a2

Browse files
Merge pull request #18 from AlexKlimenkov/master
[dev] add calendars prop to configuration-props.md
2 parents 8f2b125 + 12878e1 commit 30ed1a2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/integrations/react/configuration-props.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ This page describes the props accepted by React Gantt and how they map to DHTMLX
4040
<td>Merged into [gantt.config](api/overview/properties-overview.md), for example: [scales_config](api/config/scales.md), [columns_config](api/config/columns.md), [autosize_config](api/config/autosize.md).</td>
4141
</tr>
4242
<tr>
43+
<td>calendars</td>
44+
<td>Calendar[]</td>
45+
<td>An array of work calendars. Example: [Working Calendars](integrations/react/overview.md#working-calendars).</td>
46+
</tr>
47+
<tr>
4348
<td>resources</td>
4449
<td>Resource[]</td>
4550
<td>An array of [resource objects](/guides/resource-management#manual-creation-of-data-store).</td>

0 commit comments

Comments
 (0)