-
Notifications
You must be signed in to change notification settings - Fork 63
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
Work with severall ListViews #10
Comments
Hi. Thank you for your report and sorry for a long response. I see two problems here.
|
@kop thanks for the reply. I will wait for update then 👍 |
Hello. I am also experiencing the double spinner when 2 listviews on the same page. A second and similar problem is the noneLeftText from both listviews are showing both under the first listview. Ideas? Want me to open another issue? Regards, |
Thank you for your note, @drawlusyk. I think it's the same issue. I think it's related to the jQuery IAS plugin bug, but I will test this very deep during the weekend anyway and we will see how can we fix it or find some workaround. |
Thanks for your review. If you have time also take a look at this one.... Rgds,
Sent with Postbox http://www.getpostbox.com |
Hello @kop do you have any new's about this? |
@kop Hello. Any progress on this? if its simply related to the js is it possible to swap out the current js with another that does the infinite scroll? |
@drawlusyk, Yes it's a JS issue in the parent library. And it's still unfixed. Can do nothing here. So I'm closing this issue as |
Hello, I have a view with 2 list views. For example, ListView1 has only one page and the ListView2.
1 - The link "Load More" goes under the ListView1 and not to ListView2.
2 - It's needed 2 clicks on "Load More" to make it, and while it's loading it creates 2 spinners, so I think it's loading results to the 2 Listviews.
I think the problem is on
itemOptions
because it has the same valueitem
Here is the implementation:
Can you help me please?
The text was updated successfully, but these errors were encountered: