Skip to content

When using List Combine with Pagination, if the target list has fewer items than the desired page size and no fs-list-itemsperpage attribute is set, pagination will only show the original number of items per page. #736

@urfreespace

Description

@urfreespace

Bug Report: List Combine + Pagination

When using List Combine with Pagination, if the target list has fewer items than the desired page size and no fs-list-itemsperpage attribute is set, pagination will only show the original number of items per page.

Root Cause:
initialItemsPerPage = this.customItemsPerPage || collectionItemElements.length

Solution:
Add fs-list-itemsperpage attribute to the target list.

Documentation Gap:
This requirement is not mentioned in the List Combine documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions