You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the "itemClick" event described on the main page but it seems not to fire.
<ngx-gantt-table [draggable]="true" (itemClick)="expandItem($event)"> used like this, the function does just log in the console to test it, but nothing (same for "itemDoubleClick" - does that exist? I found it here in the code) - all others worka s expected
The text was updated successfully, but these errors were encountered:
I tried to use the "itemClick" event described on the main page but it seems not to fire.
<ngx-gantt-table [draggable]="true" (itemClick)="expandItem($event)">
used like this, the function does just log in the console to test it, but nothing (same for "itemDoubleClick" - does that exist? I found it here in the code) - all others worka s expectedThe text was updated successfully, but these errors were encountered: