You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone had any luck in creating a calendar that has events in rendered in specific columns. The use case is for a company's scheduling business. The goal is something very similar to this. But only for one day at a time
My initial idea was to set a x coordinate value to the event. I then change packer.js to render the events based on that. It has worked but margins and paddings tend to make the events either overlap, unevenly spaced or run of the end of the view.
Does anyone have any cleaner options that can work.
The text was updated successfully, but these errors were encountered:
Hi,
Has anyone had any luck in creating a calendar that has events in rendered in specific columns. The use case is for a company's scheduling business. The goal is something very similar to this. But only for one day at a time
My initial idea was to set a x coordinate value to the event. I then change packer.js to render the events based on that. It has worked but margins and paddings tend to make the events either overlap, unevenly spaced or run of the end of the view.
Does anyone have any cleaner options that can work.
The text was updated successfully, but these errors were encountered: