I am trying to do a "Twitter like" pagination with a "More" button to load results with Kaminari.
I found this question here
But I can't figure out how to make it works and if it's a good approach.
Thanks in advance
|
I am trying to do a "Twitter like" pagination with a "More" button to load results with Kaminari. I found this question here But I can't figure out how to make it works and if it's a good approach. Thanks in advance |
|||
|
|
|
Do you mean you need a "more" button? How about creating a helper like this?
I'm ready to include this kind of helper methods to the gem if you find it useful, so please let me know what you think. Thanks! |
|||||||||
|
|
Keep in mind that
If this doesn't make sense, take a look at the Unobtrusive Javascript screencast at Railscasts. |
|||
|
|