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

Add items via AJAX #41

Closed
antonovsky opened this issue Mar 7, 2016 · 3 comments
Closed

Add items via AJAX #41

antonovsky opened this issue Mar 7, 2016 · 3 comments
Labels

Comments

@antonovsky
Copy link

Hello! Thank you for gridder.
There is one problem.
If I add items via ajax, expanding do not work for this items.
I think it's because gridder initialized only once and can not be changed.
/* CLICK EVENT */ _this.find(".gridder-list").on("click", function (e) { e.preventDefault(); var myself = $(this); openExpander(myself); });
This code is not called for added via ajax items.
Please help me.
Sorry for my English, I write through google translate.

@orion3dgames
Copy link
Owner

Hello. Thanks for reporting. I never had that scenario. I'll looking into it.

@orion3dgames
Copy link
Owner

The new version should work now for you. :)

@antonovsky
Copy link
Author

Thank you very much!

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

No branches or pull requests

2 participants