Skip to content

Add way to update data on demand and allow partial load of items. #109

Open
@Kalyse

Description

@Kalyse

At the moment when you specify a source string, it loads everything.
The only way to update the data object is by reloading the entire page.

It would be extremely useful if you could clear the data and allow a re-fetch from the source URL.

If you could provide a custom "query" object that gets mixed in with the Gantt "page" id that would also be useful.

For example, you might want to request page 4, and you also might want to only show items that are marked with a specific label...

GET /resources/gannt?page=1&label=foo&cleared=0

I'd imagine you would achieve this by passing a callback function when you initialize that returns an object and is mixed in.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions