JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Gantt Efficient Task Connections in Nested Projects Without Global Indexing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111416
    Varshitha Yerukonda
    Participant

    Hi TEam,

    I’m working with task connections in nested projects that contain hundreds of tasks. The problem is that task connections currently rely on global indexes counted from the top of the entire task list. This makes it impractical to establish connections between tasks within each project because manually counting indexes isn’t feasible for so many projects.

    Is there a way to establish task connections individually for each project without relying on global indexes? Can task connections be handled more efficiently by tying them directly to tasks within each project?

    For reference, here’s the example I’m working with: StackBlitz Demo.

    Thanks,

    Varshitha

     

    #111427
    Markov
    Keymaster

    Hi Varshitha,

    The indexes are based on the indexes in the data source. With the current implementation, we do not have other logic or an option to switch between different logics for task connections in the gantt chart. We will consider your feedback for the future versions of the gantt component.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.