I would prefer to keep the rows per page at 20 as ...
# community-help
s
I would prefer to keep the rows per page at 20 as it is - I could change the server side limit to 60 meaning 20+20+20 would be ok, or I could change rows per page to 10, meaning 10+10+10+10+10 would be ok, or simply remove the server side limit entirely - but I would rather know the correct intended way to provide a server side limit with proper pagination (assuming its not just a TS bug)