Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paginated data updates #834

Open
bgadiel opened this issue May 14, 2018 · 1 comment
Open

Paginated data updates #834

bgadiel opened this issue May 14, 2018 · 1 comment

Comments

@bgadiel
Copy link

bgadiel commented May 14, 2018

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.

@MrWook
Copy link
Contributor

MrWook commented May 14, 2018

So many questions and all of them can be answered if you just provide a working example of your problem with plnkr or another site for this kind of stuff.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants