How to display Matrix and data table page splits

I have one question

This is about the case of outputting entity to a list in Matrix or data table.
Besides displaying all entities in a list, is there the best way if I want to paginate by the specified number of entities and place the text link event below the table

Hello Caos,

It is not possible to paginate in these components for the moment, but we are currently working a way out to extend the qodly features in this sens!

My previous comment
I want to paginate with a specified number of entities and place a text link event below the table

If i have a large number of pages, this method may not be very convenient, right?

I tried to figure out the best way to do it at the moment

By default at the timing of on load

Number of entity selections specified
Initially in the specified line
10 lines (example)

Number of rows specified after display
10.50.100.200.300.all(example)

Arrange with text and connect to reload event

Is this easier