doctornono Hi, First, nice job! Is there a way to listen for events on the columns of the grid portion like column resize or column visibility ? i use @svar-ui/react-gantt@2.3.4
tasha Hello doctornono, You can utilize a method getTable(true) that connects the Gantt to the internal DataGrid API. While this method is not well-documented yet, it allows you to access various actions, including event listeners for the grid columns. Please check hte example: https://stackblitz.com/edit/vitejs-vite-ygvb3e2n?file=src%2FGanttComponent.jsx