I need to process the data from a table, what is the best way to step through the rows of a table programmatically?
const rows = table.getRows(); console.log('rows', rows);
Returns an array and you can iterate over it