Hi, When using the vue version of metronic 8, how to use the server for pagination?
Hi,
Unfortunately, at the moment we do not have example on server pagination.
For a plain pagination implementation you can check out tutorial below.
https://morioh.com/p/cc8429362739
If you want to implement pagination in our KTDatatable component then idea here is that you can use pagination properties to configuration component pagination and then use page-change
event to refetch data when page is changed. Check out our KTDatatable component documentation.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Ok, Thank you very much for your answer!