Move rows in a table?

Hello, is it possible to move rows in a table like in google sheet / excel? I want to tidy my table but it seems you cant move rows :frowning:

If you really wanted to do that you could export the data, import it into a spreadsheet, rearrange the rows to your liking, then import back into Glide.

But why?

The Data Editor is the backend, and it is not exposed directly in your App. There is no reason to try and keep the rows in any particular order. You can present them in any order that you want in the front end, regardless of how they are arranged in the Data Editor.

2 Likes

Thanks for the suggestion, ill use that. Why? Well, my data editor has 100s sometimes even 1000s of rows and sometimes i just get lost in it and want to move them around so I can navigate through the data easier.