joshua
joshua

Reputation: 4198

Play Framework CRUD pagination

How do I set the page size in the Play Framework CRUD module? Whats the default page size? Currently I have over 20 records in the table and no paging navigation has appeared.

Upvotes: 0

Views: 1256

Answers (2)

joshua
joshua

Reputation: 4198

Just set the following in the configuration file:

set crud.pageSize={my page size}

Upvotes: 1

niels
niels

Reputation: 7309

I mean there is a propery you can set in application.conf. Unfortunately I don't found it at the moment. Have a look to the code of CRUD-module

Upvotes: 0

Related Questions