I must remove pagination in admin people page group/node/[nid]/admin/people
. Is it posible?
I'm using devel module to view form structure and hook_alter_form
.
I appreciate any guidance.
Thanks
You can configure this in the Views UI.
Make sure the Views UI module is enabled at /admin/modules#views
Go to /admin/structure/views/view/og_members_admin/edit/default
Under Pager > User pager, click the Full link.
Make sure the radio button for "Display all items" is checked.
Click Apply and save the view.
That should do it.