DataTables / DataTables/RowReorder

Selector-Modifier to support RowReorder

Open
#22 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
23
Forks
27
PR merge metrics
No merged PRs in 30d

Description

Like table.rows({order: 'applied'}).data() ,
there should be table.rows({rowReorder: 'applied'}).data() ,
so that I can get all data() in table based on current reorder state

Contributor guide

No contributing guide indexed for this repository

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

No files or tests are named. Start by tracing DataTables selector-modifier handling and the RowReorder API entry points, using the existing {order: 'applied'} behavior as the reference. Done means table.rows({rowReorder: 'applied'}).data() returns rows according to the current reorder state and has regression coverage.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.