File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/devextreme/js/__internal/scheduler Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1332,7 +1332,7 @@ class Scheduler extends SchedulerOptionsBaseWidget {
13321332 getResourceManager : ( ) => this . resourceManager ,
13331333 getFilteredItems : ( ) => this . _layoutManager . filteredItems ,
13341334
1335- noDataText : this . option ( 'noDataText' ) ,
1335+ noDataText : this . option ( 'noDataText' ) || messageLocalization . format ( 'dxCollectionWidget-noDataText' ) ,
13361336 firstDayOfWeek : this . option ( 'firstDayOfWeek' ) ,
13371337 startDayHour : this . option ( 'startDayHour' ) ,
13381338 endDayHour : this . option ( 'endDayHour' ) ,
Original file line number Diff line number Diff line change 1- import messageLocalization from '@js/common/core/localization/message' ;
21import devices from '@js/core/devices' ;
32import $ from '@js/core/renderer' ;
43import dateUtils from '@js/core/utils/date' ;
@@ -92,7 +91,7 @@ export const DEFAULT_SCHEDULER_OPTIONS: Properties = {
9291 timeZone : '' ,
9392 startDateTimeZoneExpr : 'startDateTimeZone' ,
9493 endDateTimeZoneExpr : 'endDateTimeZone' ,
95- noDataText : messageLocalization . format ( 'dxCollectionWidget-noDataText' ) ,
94+ noDataText : '' ,
9695 adaptivityEnabled : false ,
9796 scrolling : {
9897 mode : 'standard' ,
You can’t perform that action at this time.
0 commit comments