mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
🎨 feat(footer): set per page option to 0 in EinundzwanzigPlebTable for pagination adjustments.
This commit is contained in:
@@ -36,7 +36,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent
|
||||
->type(Exportable::TYPE_XLS, Exportable::TYPE_CSV),
|
||||
Header::make()->showSearchInput(),
|
||||
Footer::make()
|
||||
->showPerPage(25)
|
||||
->showPerPage(0)
|
||||
->showRecordCount(),
|
||||
Detail::make()
|
||||
->view('components.detail')
|
||||
|
||||
Reference in New Issue
Block a user