Hello React Gantt Team,
I’m using your component to display tasks on a Gantt chart and everything works great. However, I’d like to:
Capture and preserve the exact order in which a user arranges tasks (via drag-and-drop or sequential additions).
Alternatively, have an identifiable field (e.g. an index, timestamp, or unique ordering ID) on each task that reflects its placement order after a page reload.
Could you please let me know if there is:
A built-in prop, option or hook that exposes the tasks’ display order as defined by the user?
An additional task attribute (index, timestamp, etc.) that React Gantt can expose so I can reliably reconstruct the order on the backend or after refresh?
If no such feature exists today, do you have any recommendations on how to implement it? For example, via a custom taskRenderer, a specific event callback, or another extension point?
I’d be happy to provide a minimal reproducible example or share code snippets if that would help. Thanks in advance for your guidance!
Best regards,