laravel-livewire-tables
laravel-livewire-tables copied to clipboard
optional pagination
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. :-(