Wait until the table has loaded at least N rows of data.
Guarantee
On success, the table binding has at least minRows entries.
Prerequisite
The table must be bound to an OData model that will eventually load data.
Ai Context
Polls via waitForFunction() until row count meets minRows threshold or timeout. Use after
navigation or search to ensure data is loaded before reading cell values.
Waits for table data to load with a minimum row count.