74
72
$totalRows = $grid['recordsTotal'];
76
74
// Set some headers indicating our next/previous pages
84
82
if ($start + $size < $totalRows)
87
85
// Is there a previous page?
94
92
$app->response()->header('X-Total-Count', $totalRows);
95
93
$app->response()->header('Link', $linkHeader);