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
It's currently difficult to reorder rows in a table. For example, I was building a table that listed the development status of a bunch of API endpoints. At first, I just had them sorted by the URL, like this:
There's not an easy way to reorder existing rows in a table, though. I have to insert blank rows, then copy and paste the contents of each cell one by one. That's inefficient.
What is your proposed solution?
I'd love if, when a cell is focused, there were a control that let me reorder the rows. It could be a floating control to the left of the table with Up/Down arrows. Even better would be a drag handle that let me drag the row into the desired position.
The text was updated successfully, but these errors were encountered:
What problem does this address?
It's currently difficult to reorder rows in a table. For example, I was building a table that listed the development status of a bunch of API endpoints. At first, I just had them sorted by the URL, like this:
Then I decided that I wanted to group them into sections, like this:
There's not an easy way to reorder existing rows in a table, though. I have to insert blank rows, then copy and paste the contents of each cell one by one. That's inefficient.
What is your proposed solution?
I'd love if, when a cell is focused, there were a control that let me reorder the rows. It could be a floating control to the left of the table with Up/Down arrows. Even better would be a drag handle that let me drag the row into the desired position.
The text was updated successfully, but these errors were encountered: