Some assorted questions arising from my evaluation, that I can’t find reference in the docs. Very grateful for all your feedback.
Can I reference / set the order a particular item appears in a kanban list? For example, if I want to sort the items by some criteria, how do I programatically set the order index?
The last column has an arrow right >, while all other lists have <. Is there a reason for this, and is it configurable?
The documentation states that webix.confirm() is modal, but when I try to use it in onListBeforeDrop - so I can ask the user if they want to allow this move or not - it does not behave modally, and the item drops already. See: http://webix.com/snippet/20159b63
(3) The confirm box blocks the page and prevents any mouse interactions. There is no way to achieve the full modality ( blocking the execution thread ) in javascript.
Thanks for this, but I’m a little confused regarding the order of items.
You can re-order items in a kanban list interactively, so presumably the items must have some property to say what order they appear in the list? If so, is this index not accessible and settable? If not, how does the interactive re-ordering manage it?
There is an API for getting item position and API for moving data item
The only problematic point is keeping item at the top or at the bottom of a list, it can be done as well, but will require quite complicated event handling.
If you have a support subscription, please contact us at support@webix.com we will provide a demo.
OK, perfect. I don’t have support subscription at the moment as I am evaluating webix. So I just need to know that this is possible. I will be purchasing Pro verison and support very soon! thanks.