Reorder Vue List
This is deprecated as of AIQ 5.0.0.
This API was added to deal with Vue Frameworks. Normal Drag and Drop APIs do not work on this Vue Framework.
Even if we achieve column sorting/reordering via jquery, the Vue UI does not get updated. This requires accessing the Vue instance to change the data inside it so that viewers will get automatically updated.
A new Test Designer API Reorder from Vue was created to access the Vue instance via HTML element and then do the column sorting and data modification of Vue. This needs drag API to drag the item followed by reordering from Vue API.
Syntax: Reordervuelist(listItem("data"), true)
listItem("data")
- is the element accessor that needs to be dragged and dropped.
-
True represents the dragged item to be added before.
-
If false, the dragged item will be added after.