Table component / plugin

Hello,

does anyone know of a component or plugin or so to realize a table that allows to move cells from one row to the other using drag & drop?

Something similar to this:

http://www.kanbanier.com/main-mac.png

Thank you!

Best,

Olaf

I am guessing you will not find such off the shelf ready made.

Its not terribly hard to create that one in pure Xojo code though.

…ok, thank you very much, Björn.

Will try to find a way to get something like this implemented - no idea, how, but hope to find a way… :wink:

i wonder if GraffitiNotes from GraffitiSuite is suitable???

https://graffitisuite.com/features/desktop-edition/

You can drag and drop individual cells in a ListBox. This Xojo example might help you get started:

Examples/Desktop/Controls/ListBox/ListBoxDragBetweenCells