Does django supports frontend pagination?
In brief sight, to use django's Paginator class, we need to paginate from backend. But most of web pages are doing pagination at frontend.
Is it possible doing frontend pagination with django's Paginator? Or should I just give it up and use datatables with giving all data to client?