sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 260 forks source link

Bug fix for cases where pagination was enabled by default, but pageName was not set #348

Closed bryce13950 closed 8 years ago

bryce13950 commented 8 years ago

DisplayTable had pagination enabled by default, but the value for pageName was not set. This would cause a case where the url would be something like /admin/records?=2. I set pageName to default to 'page' in order to avoid this bug.