I found the configuration "list.per_page" of active scaffold, but i can that user enter how many records he wants to list.
I want something dynamic, because "list.per_page" is a amount static.
somebody how to know to do it?
I found the configuration "list.per_page" of active scaffold, but i can that user enter how many records he wants to list.
I want something dynamic, because "list.per_page" is a amount static.
somebody how to know to do it?
Copyright © 2021 Jogjafile Inc.
any active scaffold configuration that you need dinamically set, you can use a before_filter (or before_action in rails 4):