(Translated) Hello, I have created a list of suggestions from a table that is connected to a dataset, I seek to be able to choose the search suggestion with the arrowdown key.
I have tried the code below. The row is selected, but pressing arrow down does not traverse the table.
export function select (event) {
$W('#table1').selectRow(0)
}
Thank you very much to anyone who can help me, greetings from Argentina.