Skip to content

Paginated data updates #834

@bgadiel

Description

@bgadiel

Hi,
I have multiple pages collection, where each row has its own checkbox.
I have a one restriction - only single row from the collection can have an active checkbox. So when a user clicks on a checkbox, I have to iterate on all other elements and uncheck them.

<table st-table="List"
           st-safe-src="ListCopy"
           class="table table-striped">

The problem: when I am on Page #1, and I am iterating over 'ListCopy' collection, and then I go to Page #2, I cant see the checkbox being unchecked.

Any ideas?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions