fullcalendar-columns icon indicating copy to clipboard operation
fullcalendar-columns copied to clipboard

A FullCalendar extension that adds support for multiple columns (resources) per day.

Results 10 fullcalendar-columns issues
Sort by recently updated
recently updated
newest added

``` $.ajax( { type: 'POST', url: "/admin/calendar-helper.php", data: { getTimeSlots: true, date: selectedDate }, success: function (res){ let data = JSON.parse(res); // console.log(data.start_time); // console.log(data.end_time); $("#calendar").fullCalendar('option', 'minTime', data.start_time); $("#calendar").fullCalendar('option', 'maxTime',...

Cannot figure out how to determine the column i clicked (in dayClicked event closure) Please provide some help)

Hello, an external Drop does not work. do you have any solution? thank you!

Hi Hermann, I just noticed that if an event spans over multiple days (e.g. if longer than 24 hours), the event is displayed in both columns (of the same day)....

When I use fullcalendar-columns. It got error in judgment for event overlap. any idea?

Hi Micheal, When I increase the number of columns too much, like more than 10, Daily view is showing inconsistent behavior. Few events are not visible and few are in...

Hi, I have a problem using this with fullcalendar 2.5.0 ``` ``` $(document).ready(function() { ``` $('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right: 'multiColAgendaDay,multiColAgendaWeek' }, views: { multiColAgendaDay: {...

Hi, thanks for your plugin! I noticed a problem with the date of the columns: the first column shows today's date, but the other columns have the date progressive. It's...

Hi there, thanks for the amazing work about the resource adding. I've noticed a bug and I want propose this to @aromka and also @mherrmann In particular if I want...

Hi Michael, i use your fullcalendar-columns extension for a REST and AngularJS project and it´s great. Do you know a solution or workaround to set the number of columns dynamically...