Unable to hide non business hours
9 years ago.
I am integrating Daypilot scheduler on angular platform, but somehow I am unable to hide non business hours from the scheduler, here is the code :
$scope.weekConfig = {
viewType: "Week",
scale: "day",
headerDateFormat : "ddd",
weekStarts : 1,
showNonBusiness : false,
businessBeginsHour: 8,
businessEndsHour: 18
}
I am amazed, all the other functionality of daypilot working properly except that showNonBusiness : false section, please help me out.
DayPilot