Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation #52

Open
jakobmaier opened this issue May 11, 2015 · 0 comments
Open

Navigation #52

jakobmaier opened this issue May 11, 2015 · 0 comments
Assignees
Labels

Comments

@jakobmaier
Copy link
Owner

Allow the user to click on table cells / rows / columns to set them "active" and navigate between entities with the keyboard (skip invisible entities).
The active entity gets a special css-class to mark it.

There can only be one active entity per page (if the user clicks on an entity in two different tables, only the last one is set active).

Provide event handlers for the user (onNavigateTo(), onNavibateFrom(), ...) for each table.

The navigation needs to be activated and deactivated manually.

If the table is modified (remove / new / hide entity, connect/disconnect multicells), and the active entity is affected, the entity needs to be deactivated.

@jakobmaier jakobmaier self-assigned this May 11, 2015
@jakobmaier jakobmaier mentioned this issue May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant