V-Py

Results 27 comments of V-Py

Hey, really good ideas, actually I already implemented a sorting/searching/filtering system in Svelte Gantt for one of my project. I'll post a little demo of the functionalities tomorrow so you...

Filter feature ![filter](https://user-images.githubusercontent.com/59333024/171171035-00a27ee6-ed12-4ee7-84e2-2b50c43913a4.gif) Search feature (using scrollToRow) ![search](https://user-images.githubusercontent.com/59333024/171171182-263668c6-529c-4c2d-935e-b4a54434384a.gif) Broom feature (clean the empty lines) ![broom](https://user-images.githubusercontent.com/59333024/171171209-05b2ff5d-212e-45e8-bbfa-7c0eecd0fe4d.gif) I'm also using more features on each line (see the extra dots on the left)...

Hey @becory, would you mind giving more infos or answer to the previous questions please 😄 ? Currently to clean the issues so I can have a clearer picture of...

Hi, since the 4.0.0 version of svelte-gantt, there is no more momentjs dependency but there is however a momentjs adapter if you want to keep using moment to format your...

Concerning the SSR, I think the current structure doesn't allow it. But you can of course use it with sveltekit since you it's compiled in pure js. Did you run...

Your question is about changing the timespan of the days so it's not 24h anymore but only 9h in your example ? So your day of work would take visually...

Hi, I saw your pull request, you are right, we should update these packages, I just need to find the time to give it a detailed look to define if...

Hello, The problem here is that the columns strokes are in fact a background-image. So it seems possible to make a pattern since I managed to add coloured columns on...

@martinfruehmorgen and @Primenotes I might have a solution coming soon if it's for weekends only. I'm currently figuring out the best way to make it more configurable (ie highlighting specific...

Hello, I don't know why it is currently not used, frankly I think you're right and that the best way atm is to use tasks with special configuration as Milestone....