aesmail / kaffy

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

Make page counts adhere to custom query results #314

Open brandonjoyce opened 4 months ago

brandonjoyce commented 4 months ago

Relates to #278

Depends on #310

My use case is that I have a massive table that we only want to show the most recent few days worth of data and the count logic causes database timeouts.

As mentioned in the related issue this also makes the page/record counts more correct.