Hi, I have a table in which I have the data sorted in descending order by creation date. The problem I have is that when I filter by user type (for example, Apoderado), the descending order is lost and it goes back to ascending order (column Fecha Creación)
So, if you are following this tutorial and use conditional data source - I guess you have different sorting options in default data source and in conditional data source, check it.
P.S. Also I don’t know why do you need to have a separate conditional data source just for filtering using dropdown. You can add “team” constraint directly in your default data source and choose ignore empty constraints (when dropdown is empty - all contacts will be loaded).