svelte-gantt icon indicating copy to clipboard operation
svelte-gantt copied to clipboard

:calendar: Interactive JavaScript Gantt chart/resource booking component

Results 56 svelte-gantt issues
Sort by recently updated
recently updated
newest added

Hello, In our scenario, we will need to set the different rowHeight regarding different rows, is there any way for doing this? Just checked the api document, seems only get...

enhancement

Hi @ANovokmet , I've discovered a problem where if the task area is long enough, the label column on the left won't scroll along with the tasks column. Here are...

When using `updateRow` or `updateRows` to add rows with child rows it seems that these are not correctly added.. I get a row label of `undefined` and then when adding...

I believe this is a required attribute on tasks...

When I click to a task it appears an following error `Unable to preventDefault inside passive event listener invocation.`

I am encountering an issue when updating the rows and tasks in svelte-gantt version "^4.3.2". I receive the following error: ``` TypeError: Cannot read properties of undefined (reading 'model') ```...

bug