# Preloaded Rows

Passes a `data.rows` array of loan records keyed by the page's columns (`employeeName`, `type`, `outstanding`). Because `rows` is present, `HrListPage` skips the `listLoans()` API call and renders the supplied data straight into the Employee/Type/Outstanding grid - useful for server-rendered data or tests.
