Sorting columns in table

Hello guys,
I want to sort different columns in the same table, I added some icons in each header to make an ASC or DESC sort, the problem is that the sort that is made takes the previous sort as a reference, there is a way for each sort to be do it independently, I share a link to the video so you can understand me better, if there is something that is not clear I am happy to explain it better.


You’re using frontend filters with a pagination. Meaning these filters will only work on the current data displayed in the page.

To make them work with the whole collection, you should use backend parameters that will tell your backend to return the whole collection with the proper sorting. Then, you’ll need to refetch this collection to update it in WeWeb :wink:

Thanks, is there any video or documentation explaining about this?

Here’s a video on backend filters: https://www.youtube.com/watch?v=hJDpWGyeQoQ&t=122s

And this one uses frontend filters: https://www.youtube.com/watch?v=B-ECnBQh9Gc