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

Row expansion not working across table with multiple pages #692

Closed
peteharverson opened this issue Apr 20, 2018 · 0 comments · Fixed by #761
Closed

Row expansion not working across table with multiple pages #692

peteharverson opened this issue Apr 20, 2018 · 0 comments · Fixed by #761
Assignees
Labels

Comments

@peteharverson
Copy link

The expanding row functionality of tables for which selection has not been added does not work across a table with more than one page of rows.

The functionality inside the renderItemRow function of basic_table.js looks like it uses the row index as the identifier to associate the expanded row content with the parent row. However the row index seems to be reset to 0 for a new page (e.g. for a table with 20 items, 10 items per page, switch from page 1 to page 2, and the row IDs of page 2 are 0 - 9, not 10-19). The result is if you expand row 1 on page 1, then switch to page 2, the first row on page 2 is expanded, and it shows the expanded content of the first row on page 1.

Found in version 0.0.38

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

Successfully merging a pull request may close this issue.

3 participants