mobile-directing-system / mds-desktop

Desktop app for Mobile Directing System
https://mobile-directing-system.github.io/mds-desktop
MIT License
1 stars 3 forks source link

[FEATURE]: Add keyboard interaction to tables #267

Open atlars opened 9 months ago

atlars commented 9 months ago

Feature Motivation

As a user, I want to use the arrow keys and the enter key of my keyboard to select specific rows in the tables.

Solution Description

Implement a key listener directive that implements the described functionalities. The directive should be applied to material tables. Angular directives: https://angular.io/guide/attribute-directives

feature_acceptance_criteria

Further Information

No response

Related Issues

No response