Skip to content

Commit

Permalink
Updated README.md with $keepEmptyRows parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulhas Vardhan Golchha committed Jul 8, 2023
1 parent 943b775 commit 853212d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ Here's some extra info on the arguments you can pass:

`array $offset`: Defaults to 0, you can use this in combination with the $limit param to have pagination.

`bool $keepEmptyRows`: If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter.

For example:
```php
$orderBy = [
Expand Down

0 comments on commit 853212d

Please sign in to comment.