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 @@ -1351,7 +1351,7 @@ class Scheduler extends SchedulerOptionsBaseWidget {
13511351 getResourceManager : ( ) => this . resourceManager ,
13521352 getFilteredItems : ( ) => this . _layoutManager . filteredItems , // NOTE: used only in agenda
13531353
1354- noDataText : this . option ( 'noDataText' ) ,
1354+ noDataText : this . option ( 'noDataText' ) || messageLocalization . format ( 'dxCollectionWidget-noDataText' ) ,
13551355 firstDayOfWeek : this . option ( 'firstDayOfWeek' ) ,
13561356 startDayHour : this . option ( 'startDayHour' ) ,
13571357 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' ;
@@ -83,7 +82,7 @@ export const DEFAULT_SCHEDULER_OPTIONS: Properties = {
8382 timeZone : '' ,
8483 startDateTimeZoneExpr : 'startDateTimeZone' ,
8584 endDateTimeZoneExpr : 'endDateTimeZone' ,
86- noDataText : messageLocalization . format ( 'dxCollectionWidget-noDataText' ) ,
85+ noDataText : '' ,
8786 adaptivityEnabled : false ,
8887 scrolling : {
8988 mode : 'standard' ,
You can’t perform that action at this time.
0 commit comments