🎨 feat(footer): set per page option to 0 in EinundzwanzigPlebTable for pagination adjustments.

This commit is contained in:
fsociety
2024-10-07 14:08:23 +02:00
parent c0040e3527
commit 9065719ca3

View File

@@ -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')