Search code examples
vue.jsvuejs3vue-componentshopwareshopware6

Vue component - entity multi select - is there any option to add a sorting feature?


I am using <component name="sw-entity-multi-select"> and I am wondering if is there any option to add a drag-and-drop feature and make those selected values sortable?


Solution

  • Neither is an option using just the xml schema. You could consider to create a custom component. In the template of the component you may then use sw-entity-multi-select with a property for the Criteria object that includes sorting. In the same component you may also implement the desired drag'n'drop functionality yourself. Once you registered your custom component, you may then use it's name for the name attribute of the component tag.

    <component name="my-custom-component">