Told you, we love sharing!
Hi Friends, I have released the version 0.2.5 of Remote-Pagination, which now provides the support for all the events as supported by grails tags like remote-link. Events supported are listed below : onSuccess – The javascript function to call if successful onFailure – The javascript function to call if the call failed on_ERROR_CODE – The […]
Hi Friends, I have released version 0.2.3 of remote-pagination plugin, which includes an option to enable user to change page sizes out of the given options. As given in the documentation, lets have a look at the example below : //Example Domain: class Book { String title String author } //Example controller: class BookController { […]