- Issue created by @mandclu
- 🇨🇦Canada iStryker
This is interesting. I believe draggableviews will have to have two (or multiple) options just like 7.x-2.x. DraggableListBuilderTrait seems to add a weight to an entity. This works for 90% of use cases. The other 10% are when you involve arguments (and filters) and groupings.
Drupal 7 had 2 methods. Weights and Native. Native used its own table, where it saved the weight/order value along with all the arguments (as a javascript object).