DataTables / DataTables/KeyTable

How to focus cell in next row with inline editing

Open
#41 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
TypeScript
Stars
36
Forks
31
PR merge metrics
No merged PRs in 30d

Description

Hey,

I'm trying to use KeyTable in combination with Editor of DataTables.Net and inline editing. Thats working fine. With 'tab' key I can jump to next cell in row. At end of row it jumps to first cell on next row. So far so good.

For fast editing of one column I want to jump to cell in same column in next row. Normally this will be done with 'arrow down' key. But with focus in text input and inline editing the 'arrow down' key sets cursor to end of textfield and 'arrow up' to begin of text input. What can I do to set another key combination like ALT+arrow down or ALT+Tab or ENTER for jumping to next row?

Regards Thomas

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

The issue names no files, tests, or entry points. Start by reproducing inline editing with KeyTable and DataTables Editor, then trace how keyboard events are handled while focus is in a text input. Done means a documented key combination moves focus to the same column in the next row without moving the text cursor.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 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.