Skip to content

Commit

Permalink
Update document of paginated for has_many
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Brasero <[email protected]>
  • Loading branch information
jubilee2 and pablobm committed Nov 15, 2022
1 parent 7781711 commit 80cddde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/customizing_dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ association `belongs_to :country`, from your model.

**Field::HasMany**

`:limit` - Set the number of resources to display in the show view. If not want
use paginate in show page, you can set as `0` or `false`. Default is `5`.
`:limit` - The number of resources (paginated) to display in the show view. To disable pagination,
set this to `0` or `false`. Default is `5`.

`:sort_by` - What to sort the association by in the show view.

Expand Down

0 comments on commit 80cddde

Please sign in to comment.