Our pure JavaScript Scheduler component


Post by Aniket »

Required output
Required output
timerange_topbar.png (120.3 KiB) Viewed 593 times

I want time range in top row of time axis and even the line of time ranges extended
I tried adding css, and succeded in moving time range in top axis but didn't find a way to move schedule line

.b-sch-timerange.b-timerange-TimeRanges.b-sch-line{
  top: 0;
  bottom: auto;
}

this resulted in moving the time range in top axis, but the line stays below

Current output after applying css
Current output after applying css
time-range-topbar-first-output.png (20.16 KiB) Viewed 593 times

Post by mats »

That's not supported but with a bit of clever CSS you should be able to find a solution for it!


Post by Aniket »

I have tried changing height, position, top, bottom and z-index it gets extended, but as it is part of below grid, it is not shown in top(timeaxis) grid and always stay behind, please suggest if you have some solution


Post by mats »

As I said this is not supported, but we would be happy to solve it for you as part of a services arrangements. Please see: https://bryntum.com/services/


Post Reply