You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paginated decryption is not compatible with filtering and sorting. Users expect global filtering and sorting, which requires all of their requests to be decrypted.
Solution
Remove pagination so that filtering and sorting work as expected. Keep tanstask query and the caching it provides.