Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mat-Table : Scroll a row into view in angular 2

Is it possible to scroll a specific data row into view when using the angular material mat-table cdk-table?

I'm trying to implement keyboard scrolling with no luck.

like image 325
user2587790 Avatar asked Oct 28 '22 15:10

user2587790


1 Answers

I've it working now. Not perfect but it works.

See the example on stack blitz mentioned in my earlier message.

https://stackblitz.com/edit/mensand-rowselect?file=app%2Ftable-basic-example.html

like image 58
user2587790 Avatar answered Nov 01 '22 15:11

user2587790