framework7io / framework7io/framework7

[v2] Drag&Drop List

Open
#1,959 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature Request
Dominant language
JavaScript
Stars
18.8k
Forks
3.2k
PR merge metrics
No merged PRs in 30d

Description

This is a (multiple allowed):

  • bug
  • enhancement
  • feature-discussion (RFC)

What do you think about allow to sort the item to another list view too?

<ul class=group_a>
 <li>1</li>
 <li>2</li>
</ul>

<ul class=group_b>
 <li>3</li>
</ul>

It will be cool if we can to move the LI to another UL 👍

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides only example HTML with group_a and group_b lists; it names no files, tests, or entry points. First locate the existing list drag-and-drop implementation, then determine the intended cross-list behavior and add coverage showing that an LI can move between UL elements.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.