You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/grid/configuration.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -833,8 +833,7 @@ An editor for cells with dates (default for a column with `type:"date"`).
833
833
To use this editor, you should specify the `type:"date"` property for a column. It is also possible to set the necessary [format of date](calendar/api/calendar_dateformat_config.md) while editing a cell content with the help of the `dateFormat` option.
834
834
835
835
By default, after editing dates are transformed and displayed as string values.
836
-
You can also save a date as a Date object by setting the `asDateObject` property to *true*
837
-
in the `editorConfig` object:
836
+
You can also save a date as a string representation of the Date object by setting the `asDateObject` property to *true* in the `editorConfig` object:
0 commit comments