Premium support for our pure JavaScript UI components


Post by rahulranjan »

Upon selection of task i want to hide edit button. Based on some logic

Post by Maxim Gorkovsky »

Hello.
You can use selectionchange event on the panel:
gantt.on('selectionchange', ({ action, selection }) => { console.log(selection) })

Post Reply