akveo / akveo/ng2-smart-table

Checkboxes do not remain checked when i do change page.

Open
#645 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

I have followed the multi select option from the documentation, it is working great; but i am facing the issue with pagination. When i do select the row (checkbox) on one page and then i go to another page of that table using pagination and i go back to first page where i did check the checkbox, it shows nothing checked.
i did set this but still facing that issue (if i change the rows per page then row limit works)
this.source.setPaging(1,5,false); i have also tried with this this.source.setPage(1,false);

Any help? Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.