MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

Pagination disappear on the last page when in a result we have 1 record. #83

Open Baghdasarov opened 3 years ago

MohammedGhareeb commented 3 years ago

remove if statment If ($result[1])

Baghdasarov commented 3 years ago

@MohammedGhareeb where?

MohammedGhareeb commented 3 years ago

@Baghdasarov publish the view and in datatable.blade.php file

victorelec14 commented 3 years ago

I have the same problem.

Total Records: 101

Page 2: image

Page 11: image

suryaadhisam commented 3 years ago

In my example, I use livewire

  1. Open publish file datatable.blade.php (resource > views > livewire > datatables > datatable.blade.php)
  2. comment / delete line @if($this->results[1]) & @endif
Screen Shot 2021-04-13 at 23 45 29