In Perspective, the Table control does not seem to allow row navigation using the keyboard (arrow up-down) but only by selecting the row with the mouse. Is this the expected behavior?
Yep I haven't used a SCADA platform with this ability, not saying there isn't one, but I wouldn't expect it. I certainly haven't seen many web brower tables with this functionality
Edit: although there do seem to be some cool js/react tables out there with this functionality
1 Like
Thank you for the confirmation.
I had the same question.
I had resolve this by adding a sessions Events, Key Event.
I send a 'page' message. The table catch it and change the selectedRow.
Not sure why you would use a Session Event. I've done this using an Event on the table itself...