Table size/length property

How to get the size of a table, as in number of rows?

You can call len() on a search object to efficiently find out how many rows it would return (without loading them all!).

More at: Anvil Docs | Using Data Tables from Python

3 Likes