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),
|
->type(Exportable::TYPE_XLS, Exportable::TYPE_CSV),
|
||||||
Header::make()->showSearchInput(),
|
Header::make()->showSearchInput(),
|
||||||
Footer::make()
|
Footer::make()
|
||||||
->showPerPage(25)
|
->showPerPage(0)
|
||||||
->showRecordCount(),
|
->showRecordCount(),
|
||||||
Detail::make()
|
Detail::make()
|
||||||
->view('components.detail')
|
->view('components.detail')
|
||||||
|
|||||||
Reference in New Issue
Block a user