Yusuf Özdemir

Results 6 comments of Yusuf Özdemir

I had similar issue (https://github.com/bumbeishvili/org-chart/issues/120) with this. Tweaked the code a little and it worked for me. I hope it helps you too. https://stackblitz.com/edit/web-platform-xkdtpd

found a quick solution : in config/database.php , mysql array ``` 'strict' => true, 'modes' => [ //'ONLY_FULL_GROUP_BY', // Disable this to allow grouping by one column 'STRICT_TRANS_TABLES', 'NO_ZERO_IN_DATE', 'NO_ZERO_DATE',...

Can you try https://github.com/nicolaslopezj/searchable/pull/127 ? I had same problem.

I think there should be some restrictions. mark a node as "draggable:false" or "droppable:false" . And we should be able to check if the dragged node is ok with the...