Add support for easily overriding perPage & perPageAccepted options. #223
Closed
ash123456789
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Greater configurability is on the road map in general, but I'll include this one in the next release today or tomorrow. It will be backwards compatible so ^1.0 should still work fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there doesn't seem to be an easy way to define custom options for the
$perPage
and$perPageAccepted
properties. There also doesn't seem to be any documentation about how to do this either, other than just turning it off entirely.While a default of
10
for$perPage
and10, 25, 50
for$perPageAccepted
are pretty decent ranges, this may change depending on either page or type of application.I think allowing us to override these properties on the custom livewire class would be beneficial and allow for more configurability.
I'm typing this at almost 1am so please forgive me if I've missed anything 😅
Beta Was this translation helpful? Give feedback.
All reactions