The sticky table header fix must be applied on single dates as well cause the calendar view width might be larger as well.

This commit is contained in:
Alex Tselegidis 2016-08-17 22:40:17 +02:00
parent d4360bef80
commit 3348175b91
1 changed files with 3 additions and 7 deletions

View File

@ -56,13 +56,9 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
_createView(startDate, endDate);
// Horizontal scrolling fix for sticky table headers.
if ($(this).val() === 1) {
clearInterval(stickyTableHeaderInterval);
} else {
stickyTableHeaderInterval = setInterval(function() {
$(window).trigger('resize.stickyTableHeaders');
}, 1000);
}
});
$calendarToolbar.on('click', '#reload-appointments', function() {