How to paginate an array from a list

Indeed the problem comes from the fact that the sort and the dir are linked to the query, but the results of the query being encrypted, it returns the values in an order which is not suitable.

Concerning the table this comes from a list on which I do not have the possibility of configuring the sorting at least not dynamically, I can choose a field on which to sort, but I cannot do it for each column, it would be necessary to variable which is not taken into account by wappler at the moment, I don’t know if @teodor has an idea to get around this problem of dynamic sorting in a list

Why not just use data view and create client side pagination and sorting?

1 Like

Do you have documentation or a usage example?

Sorting with the data view is pretty simple.

The API

Binding the data view component

it won’t work, I can’t select query_sort and query_dir

I need to be able to sort each of the columns in the table

unless I’m wrong

What about using a dynamic event?

Thanks all