gantt
gantt copied to clipboard
How to no display popup when click task.
I don't want to show popup when I click on a task.
I have been adding an empty custom popup:
custom_popup_html: function(task) { return ``; }
@JonesM87 it still show arrow
For anyone else looking, the below worked for me to get rid of the arrow
'.gantt-container .popup-wrapper .pointer': { borderColor: 'transparent' }