framework7io / framework7io/framework7
provide dragAndDrop of columns and rows within "data-table"-parameters
Open
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
-
enhancement
-
Framework7 Version: 2
Please provide "drag and drop" of columns and rows (by "tapHold") within the component "data-table":
- drag and drop of columns (enabled by property "moveColumns=true"):
columns can be rearranged by tap holding the column header - drag and drop of a rows (enabled by property "moveRows=true"):
rows can be rearranged by tap holding the row
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the data-table component and reviewing how tapHold is handled for touch interactions. Define the behavior for moveColumns=true and moveRows=true, then verify that tap-holding headers and rows allows reordering without disrupting normal table use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100