Skip to content

Commit 2cbabd7

Browse files
Merge pull request #3701 from ctgraham/patch-2
Cleanup table formatting
2 parents ca3782d + 91fd16e commit 2cbabd7

File tree

1 file changed

+47
-4
lines changed

1 file changed

+47
-4
lines changed

docs/index.md

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,50 @@
9898
| `previousYearButtonLabel` | `string` | `"Previous Year"` | |
9999
| `readOnly` | `bool` | `false` | |
100100
| `renderCustomHeader` | `func` | | |
101-
| `renderDayContents` | `func` | `(date) { |
102-
103-
return date;
104-
}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsDisabledDaysInRange`|`bool`|`false`|| |`selectsEnd`|`bool`||| |`selectsRange`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showFourColumnMonthYearPicker`|`bool`|`false`|| |`showFullMonthYearPicker`|`bool`|`false`|| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showMonthYearPicker`|`bool`|`false`|| |`showPopperArrow`|`bool`|`true`|| |`showPreviousMonths`|`bool`|`false`|| |`showQuarterYearPicker`|`bool`|`false`|| |`showTimeInput`|`bool`|`false`|| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showTwoColumnMonthYearPicker`|`bool`|`false`|| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`showYearPicker`|`bool`|`false`|| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`strictParsing`|`bool`|`false`|| |`tabIndex`|`number`||| |`timeCaption`|`string`|`"Time"`|| |`timeClassName`|`func`||| |`timeFormat`|`string`||| |`timeInputLabel`|`string`|`"Time"`|| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekAriaLabelPrefix`|`string`||| |`weekDayClassName`|`func`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`wrapperClassName`|`string`||| |`yearDropdownItemNumber`|`number`||| |`yearItemNumber`|`number`|`DEFAULT_YEAR_ITEM_NUMBER`||
101+
| `renderDayContents` | `func` | `(date) { return date;}` | |
102+
| `required` | `bool` | | |
103+
| `scrollableMonthYearDropdown` | `bool` | | |
104+
| `scrollableYearDropdown` | `bool` | | |
105+
| `selected` | `instanceOfDate` | | |
106+
| `selectsDisabledDaysInRange` | `bool` | `false` | |
107+
| `selectsEnd` | `bool` | | |
108+
| `selectsRange` | `bool` | | |
109+
| `selectsStart` | `bool` | | |
110+
| `shouldCloseOnSelect` | `bool` | `true` | |
111+
| `showDisabledMonthNavigation` | `bool` | | |
112+
| `showFourColumnMonthYearPicker` | `bool` | `false` | |
113+
| `showFullMonthYearPicker` | `bool` | `false` | |
114+
| `showMonthDropdown` | `bool` | | |
115+
| `showMonthYearDropdown` | `bool` | | |
116+
| `showMonthYearPicker` | `bool` | `false` | |
117+
| `showPopperArrow` | `bool` | `true` | |
118+
| `showPreviousMonths` | `bool` | `false` | |
119+
| `showQuarterYearPicker` | `bool` | `false` | |
120+
| `showTimeInput` | `bool` | `false` | |
121+
| `showTimeSelect` | `bool` | `false` | |
122+
| `showTimeSelectOnly` | `bool` | | |
123+
| `showTwoColumnMonthYearPicker` | `bool` | `false` | |
124+
| `showWeekNumbers` | `bool` | | |
125+
| `showYearDropdown` | `bool` | | |
126+
| `showYearPicker` | `bool` | `false` | |
127+
| `startDate` | `instanceOfDate` | | |
128+
| `startOpen` | `bool` | | |
129+
| `strictParsing` | `bool` | `false` | |
130+
| `tabIndex` | `number` | | |
131+
| `timeCaption` | `string` | `"Time"` | |
132+
| `timeClassName` | `func` | | |
133+
| `timeFormat` | `string` | | |
134+
| `timeInputLabel` | `string` | `"Time"` | |
135+
| `timeIntervals` | `number` | `30` | |
136+
| `title` | `string` | | |
137+
| `todayButton` | `node` | | |
138+
| `useShortMonthInDropdown` | `bool` | | |
139+
| `useWeekdaysShort` | `bool` | | |
140+
| `value` | `string` | | |
141+
| `weekAriaLabelPrefix` | `string` | | |
142+
| `weekDayClassName` | `func` | | |
143+
| `weekLabel` | `string` | | |
144+
| `withPortal` | `bool` | `false` | |
145+
| `wrapperClassName` | `string` | | |
146+
| `yearDropdownItemNumber` | `number` | | |
147+
| `yearItemNumber` | `number` | `DEFAULT_YEAR_ITEM_NUMBER` | |

0 commit comments

Comments
 (0)