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

"Unable to get property 'parents' of undefined or null reference". - Still exist #12

Open
bt209 opened this issue Apr 18, 2017 · 0 comments
Assignees

Comments

@bt209
Copy link

bt209 commented Apr 18, 2017

When adding the "-Collapse All" "+Expand All" buttons, their events generate a "Unable to get property 'parents' of undefined or null reference".
I found that adding the'$table' as a parameter to the two calls to '_collaptable' from the ".act-button-expand-all" and ".act-button-collapse-all" to the click events fixed it, which is identical to what the '".act-button-expand" was doing.
Previous: _collaptable($('.act-more', $(item)));
New: _collaptable($table, $('.act-more', $(item)));

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

No branches or pull requests

2 participants