FIle - /trunk/docs/classes/opus/datatables/notes/getrows.md
/trunk/docs/classes/opus/datatables/notes/getrows.md
|
|
574 bytes
|
|
January 20, 2025 at 08:22
|
|
Notes::getRows - Get rows to display on current page.
Usage
array Notes::getRows([ int $start = '0' ], [ string $search_term = '' ], [ string $order_by = 'id asc' ])
Description
Should return an array with each element being an associative array representing one table row.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| start | No | int | |
| search_term | No | string | |
| order_by | No | string |
Return
array