Hey everyone,
I’m having an issue with inputs inside a table. Since my app uses a lot of tables, this problem is affecting a lot of users.
Here’s the deal: when I edit an input, it triggers an API call to update the data (I’m using Xano as the backend). After that, I sort the data by another column, so the rows should change their order. The problem is, this doesn’t happen for the inputs I just edited. It’s super annoying, and the only workaround right now is refreshing the page, which obviously isn’t the best user experience.
Has anyone run into a similar issue? Any ideas on how to fix this?