jQuery UI Widgets › Forums › Layouts › Kanban › Column Order Items OnItemMoved
Tagged: Items Column OnItemMoved, javascript kanban, jquery kanban, jqwidgets kanban
This topic contains 3 replies, has 2 voices, and was last updated by Todor 4 years, 6 months ago.
Hi guys, I’m trying to order my column using one field on my resources items when i move them.
I thought to get all the column items :
onItemMoved(event: any) { var items = this.myKanban.getColumnItems(event.args.newColumn.dataField) }
But this items there are not updated, the item which has been moved is not appearing…
Is there any solution ?
Best Regards, Pablo.
Hello Pablo,
Please review the following example whether it fits your needs.
Let us know if you need further assistance.
Best Regards, Todor
jQWidgets Team
Hi Todor,
It’s a good idea, but they not appear in the same order like in the Kanban. I need that, because i need to know in which position the item has been dropped.
I’ve updated the example. You could review it whether this will work for you.
jQWidgets Team https://www.jqwidgets.com
You must be logged in to reply to this topic.