Hi SVAR Team,
Thank you for your previous clarification regarding drag and resize events. It helped me successfully capture and store updated task dates.
I am currently using "@svar-ui/trial-react-gantt" and applying the Material theme code taken from the SVAR GitHub repository.
I have a few additional questions related to the Gantt grid and layout behavior:
Column Resizing
Column resizing is not appearing in the left grid between columns such as Task Name and Start Date. Could you please confirm if column resizing needs to be explicitly enabled or configured? If yes, could you guide me on how to enable it?
Vertical Scroll Alignment Issue
When scrolling vertically, the left grid and the right timeline rows are not aligned properly. The timeline rows scroll first, and the left grid rows move slightly later, causing row mismatch. Also, task bars are becoming visible inside the right timeline header while scrolling.
Is this a known issue or caused by any styling or configuration conflict? Please suggest the recommended way to keep both sides synchronized.
Adding Custom Column in Left Grid
Currently, I see the "+" icon for adding columns. Instead of using that, I need to display a custom column that fetches data directly from my database.
Could you please explain the recommended approach to add and bind a custom column to backend data?
If there are any documentation links, configuration samples, or demo references, please share them.