get

io.TableLazy.get(oid)

Get a row from the table based on the index.

Parameters

Name Type Description Default
oid str Row identifier. required
Back to top