Javascript accessing InfoTable: Use 'rows' or not?
Say I have an InfoTable called searchResults. I just realized that searchResults.length returns the same as searchResults.rows.length and I can access the row data in a loop using searchResults.rows[i].fieldname or just searchResults[i].fieldname. What is the difference, if any, and has it always worked this way? I'm using 8.5.1, not sure it works like this in other releases.

