grails - How do I increase the number of default rows per page? -


grails scaffolding defaults 10 rows per page. increase number without generating views , changing 10 in every file. change default?

you have install scaffold templates with:

grails install-templates

now, edit in src/templates/scaffolding controller.groovy , increase value params.max want


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -