laravel-livewire-tables icon indicating copy to clipboard operation
laravel-livewire-tables copied to clipboard

Is there any way to add selectbox to change perpage?

Open lovecoding-git opened this issue 4 years ago • 1 comments

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

lovecoding-git avatar May 11 '20 21:05 lovecoding-git

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

snapey avatar Jun 30 '20 15:06 snapey