Joshua Jobin
Joshua Jobin
> It oddured in this case: > > ``` > class="selected-datablocks-card" > [handle]="handleByHeader"> > > class="selected-datablocks-header"> > Selected datablocks > > > > > > > ``` > > But...
Can this all be merged into master? Is it currently? I like the sticky header addition!
Hey, I had this issue as well. The problem lies in "compute_start_end_date()" of Bar.js. They are finding the start date based off of the views start date and the x...
I wouldn't mind a way to do this, even if it means extending the library for some hack changes in the meantime.
For now, I have extended the Gantt class and implemented the changes from this commit: https://github.com/frappe/gantt/pull/100/commits/8b94aa97fdec373ac09d0ae6912e948f8fe9d0a1
For now, I have extended the Gantt class and implemented the changes from this commit: https://github.com/frappe/gantt/pull/100/commits/8b94aa97fdec373ac09d0ae6912e948f8fe9d0a1
Hey, I had this issue as well. The problem lies in "compute_start_end_date()" of Bar.js. They are finding the start date based off of the views start date and the x...
> Just search for offsetX and offsetY and replace it with clientX and clientY. Took me a while to come across this again. Why was it ever offsetX/Y in the...