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
As I can see addForm function adds html element to the very bottom of the board. But can I add to the arbitrary position (for example between 1st and 2nd items)? Is there any workaround?
The text was updated successfully, but these errors were encountered:
Thanks for opening a new issue. The team has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/riktar/jkanban
You can create a "temporary card" which has your HTML and set drake.cancel(true) at dragEl when user tries to drag it. Isn't so elegant but works; or
Use a library like WebUI Popover in order to show a small popover allowing to user interact with your functions.
In a project of mine, I used addForm along with jquery.scrollTo in order to scroll user down when he/she clicked at "Add New". For fast editing actions I show a popover along some elements (User, Tags...). If user wants to edit full data, they click at card and I show a Dialog with all options.
As I can see
addForm
function adds html element to the very bottom of the board. But can I add to the arbitrary position (for example between 1st and 2nd items)? Is there any workaround?The text was updated successfully, but these errors were encountered: