Hi there,
This is a great plugin out of the box.
One or two things are not so easy to configure however.
Looking at the documentation for implementing a custom footer (with pagination) - https://hc200ok.github.io/vue3-easy-data-table-doc/features/footer-customization.html - is it possible to implement the functionality of the "buttons-pagination" prop - as found here - https://hc200ok.github.io/vue3-easy-data-table-doc/features/buttons-pagination.html - into a custom footer (i.e. not doing this server side) instead.
The "buttons-pagination" is way nicer and displays more gracefully for large result sets - whereas it's not so easy to replicate in a custom template unfortunately - which would be really helpful in the use case I have for it.
It's mainly about adding accessiblity features to the pagination items - which I have been able to do with the custom template example - however, if this was available in the buttons-pagination, would be very helpful.
TIA.