kdion4891 / laravel-livewire-tables

A dynamic, responsive Laravel Livewire table component with searching, sorting, checkboxes, and pagination.
302 stars 41 forks source link

Is there any way to add selectbox to change perpage? #25

Open lovecoding-git opened 4 years ago

lovecoding-git commented 4 years ago

Hello,

This livewire table is really awesome. If I am not wrong, you didn't add per page selection somewhere? Is it hard to add that? I know we can set public $per_page=x; for per page, but is it hard to add select box on front like other datatable? Thanks

snapey commented 4 years ago

I created a select dropdown in the $header_view and added wire:model="{{ $per_page }}" property of the component.

Styling was harder than linking it up