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

optional pagination

Open larylinz opened this issue 4 years ago • 0 comments

Is there a need for optional pagination? I have serveral Tables on one page and pagination would intnerfere with all other tables - even thoug they do not have enough entries to actually use pagination. As a result, they would show 'No results to display'. In my fork I made pagination optional using 'public $pagination = false;' and changes in table.blade.php and TableComponent.php. It would be great, if pagination would work on indepandet tables on the same page! Bit i do not know how to do that. :-(

larylinz avatar Dec 17 '20 14:12 larylinz