Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Releases: ahwelgemoed/drag-and-drop-mendix-widget

A release for docs 🐡

06 Apr 13:54
Compare
Choose a tag to compare

This release is only to update docs.

Initial Release

05 Jan 10:59
Compare
Choose a tag to compare

You wrap all the drag and droppable widgets into one containing dataview that is connected to a simple non persistable
entity with one string attribute. This is used to manage state between the widgets. For every column you want you
implement one Widget and configure it as set out below. this will give you the ability to order horizontally inside a
column and vertically (drag between one widget and another).

  • Sort a list.
  • Drag from one List to another, using enum to divide between Lists.