Best way to use Data Table Pagination without Vue/React

I have learned that an extension of the f7-core Data Table component exists for f7-vue. I wonder whether there is an intelligent way to achieve the full functionalitty of pagination even in f7-core.
Do you have some suggestions?

Not really, with F7-core you need to do all the stuff manually, including replacing table content rows with new ones manually by replacing the DOM on page change

Talking about Vue, it that a good idea to use the data-table pagination from kevinqqnj?