Cant select amount of items in a list view

1
I am working on a project where I have to restrict the amount of items/page size of a list view. It works perfectly when the list view is not editable but once I change it to editable I can no longer select the page size. Is there a way to select the amount of items on a list view when it is editable? If not is there a known workaround?
asked
1 answers
2

It is indeed not possible to define a page size on editable list views and as far as I know, there is no workaround for that. The editability feature was added with questionnaires in mind, where normally all questions should be shown and paging is handled server-side. Being able to define a page size on editable list views seems like a nice feature though. Could you file a feature request?

answered