riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.09k stars 300 forks source link

Right-Click Context Menu and More advanced Custom Handler #117

Closed janhendrik-rust closed 3 years ago

janhendrik-rust commented 3 years ago

Could you please have a look at the included commits? This is my first slightly more advanced javascript code. This was done by looking at the patterns in your code and a bunch of googling.

I have added the ability to define a custom contextMenu callback handler And have also added the ability to include any custom property in the itemHandleOptions.customHandler callback

riktar commented 3 years ago

Great! @janhendrik-rust