The documentation for it is completely missing (but I managed to work out that it was based on the free jKanban library...)
Having extracted the example solution from GitHub and applying it to my solution, one of the 'features' I thought it would support is changing item order within a board, but sadly not

In the sample code for dropping an item we have
- Code: Select all
if (targetColumnId == sourceColumnId) {
// TODO Handle ordering?
return;
}
not very helpful.
I actually contacted the guy who wrote jKanban and he said
Today jKanban don't track item position in the same board, you can go on the github page of the project and fork the library or open an issue.
I think having a Kanban Component for TiNG is VERY useful for modern solutions, but this version is so basic and doesn't even support some of the most basic functions of a Kanban board.
Please can you implement item re-ordering easily, or maybe invest in a better library (e.g. https://webix.com/kanban/ )
Is anyone else here using this component, and if so, have you managed to do something like this & if so, please share your code??
Thanks
Rafi