Page refresh - Enter, arrow keys not working in table cells
问题 This problem is happening both in IE and Chrome. This is an HTML 5 with Angular JS 4 application. I am using TypeScript . My main aim in a table row I need to make enter, right, and left arrows of keyboard work and set focus on corresponding table cells I have a page which has a dropdown. It has names of students. I also have a table with single row like below with multiple columns When I launch by default a student is selected in dropdown which populates students details in table. I made