I'm using Silverstripe for the first time and have been doing a lot of research. There is one thing I can't get done, although I found some information about it. I'm using Modeladmin with 3 dataobjects, eg. Customer, Contract, ContractType. For now the pagination is set to 15 items per page. However, I would like to see only 8 items per page for all my dataobjects. Is there a way to do this without having to extend the Page class for all of my dataobjets?
Many thanks.