search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to handle the progressBar per row in scheduler Angular

Asked by Giorgio
4 days ago.

I programmed the scheduler to have progress bars at the top like in the following link:

https://code.daypilot.org/99410/asp-net-core-scheduler

I need to handle the progressBar per row and not per column, is there any method that can help? Currently check per row with the following code:

const inUse = scheduler.events.all().filter(e => {
  return DayPilot.Util.overlaps(start, end, e.start(), e.end());
}).length;

Thank u,

Gio

Answer posted by Dan Letecky [DayPilot]
3 days ago.

You can take a look at the JavaScript Scheduler: Resource Utilization Chart for Rows tutorial:

Comment posted by Giorgio
2 days ago.

Thank u very much!

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):