"Keyboard Navigation" in Table [message #1815821] |
Fri, 11 October 2019 12:43 |
Michel R Messages: 46 Registered: April 2015 |
Member |
|
|
Hello,
The documentation for AbstractTable.getConfiguredKeyboardNavigation() says:
"Configures whether the keyboard can be used for navigation in table. When activated, the user can click on a column in the table. Now starting to type some letters, the row matching the typed letters in the column will be selected."
My getConfiguredKeyboardNavigation() returns true (like the original).
I understand that provided the table has keyboard focus (by clicking it) the user may type some letters to go to the row having this character sequence.
I have a form and a TableField with one column, but letter keys do nothing. Arrows, Home, End keys work properly but the letter keys does not work.
Is it normal ? If it cannot be used, how could I achieve something similar ?The goal is of course that the user can go directly to a row in a long list by typing the beginning of the value (or at least the 1st letter).
Thank you
Michel
[Updated on: Fri, 11 October 2019 12:44] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03133 seconds