-
Notifications
You must be signed in to change notification settings - Fork 16
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
remoteNonStopPageScroll in version 0.4.2 still not working #3
Comments
I put it in HEAD, however either ways it should not effect functionality. Please share the sample application depicting the bug, as I am unable to re-produce the bug, as requested number of times earlier as well, unfortunately it went unheard. Looking forward for your support to help me fix this issue. Thanks |
could you update your demo project to version 0.4.2. may be I can see what is wrong when I compare it? |
I mean this one: https://github.com/IntelliGrape/Grails-Remote-Pagination-SampleApp/ |
@amitjain1982 Can you provide a woring demo of the non stop page scroll? |
It already exists in sample app and can be accessed via http://localhost:8080/remotePaginationSampleApp/content/list. Shall update the sample app with latest plugin soon. |
I'm attempting to use the plugin with grails 2.3.7. I get Caused by GrailsTagException: Error executing tag <r:layoutResources>: No module found with name [remoteNonStopPageScroll] when I reference the js, in the head tag, as <g:javascript plugin="remote-pagination" library="remoteNonStopPageScroll"/> . I included the plugin in the BuildConfig file as I can see the plugin in my project. Can the plugin be used with 2.3.7 ? Thanks.. |
@amitjain1982 i'm using version 0.4.5 an there is no issue with grails 2.1.0 and grails 3.0.2. |
The same error as in version 0.4.1. All elements are loaded at once.
Where do I have to put the JS tag below head or body?
<g:javascript plugin="remote-pagination" library="remoteNonStopPageScroll"/>
The text was updated successfully, but these errors were encountered: