How do you select a specific row in a table again?

How do you select a specific row in a table again? Been awhile since I did this, and realized I forgot something about how to do it.

msg.payload = {
    command: 'SelectRow',
    arguments: [0],
    returnPromise: false
}

return msg;

Just send the above message to the uI_table node right?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.