Hello In my rails application I use activescaffold with success with the list and view methods. For my list method I have configured the "per_page" parameter for paginate the results.
I have written a page with fields that can be filled by the user which calls a function to do a custom search. This function executes a query and renders a partial page with all the records found. The problem is that the result are not paginated. I would like to have them presented with X records per page. How can I do this? (I'm am using a partial...) Thanks regards
-- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
