35 | | * Add key listener so that the selected row is changed when the row is either expanded(Enter, Right Arrow) or collapsed(Backspace, Left Arrow). |
36 | | * Using the Enter or right key when the row is not expandable will go down. |
37 | | * Using the Backspace or left key when the row is not collapse-able will go up. |
| 35 | * Add key listener so that the selected row is changed when the row is either expanded (Right Arrow) or collapsed (Left Arrow). |
| 36 | * Using the right key when the row is not expandable will go down. |
| 37 | * Using the left key when the row is not collapse-able will go up. |