jQWidgets Forums

jQuery UI Widgets Forums Layouts Kanban Column Order Items OnItemMoved

This topic contains 3 replies, has 2 voices, and was last updated by  Todor 5 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Column Order Items OnItemMoved #105353

    pabjiiz
    Participant

    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.

    Column Order Items OnItemMoved #105387

    Todor
    Participant

    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

    Column Order Items OnItemMoved #105390

    pabjiiz
    Participant

    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.

    Best Regards,
    Pablo.

    Column Order Items OnItemMoved #105400

    Todor
    Participant

    Hello Pablo,

    I’ve updated the example. You could review it whether this will work for you.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.