aesmail / kaffy

Powerfully simple admin package for phoenix applications
https://kaffy.fly.dev/admin/
MIT License
1.34k stars 155 forks source link

Bug fix pagination #304

Closed ByeongUkChoi closed 10 months ago

ByeongUkChoi commented 10 months ago

The following error occurs because the startup page is 1 when the number of resources is 0. (https://github.com/aesmail/kaffy/blob/master/lib/kaffy_web/controllers/resource_controller.ex#L35)

image

So have to change the Kaffy.Pagination.get_pages/2

aesmail commented 10 months ago

@ByeongUkChoi thank you 🙏🏻