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
Is your feature request related to a problem? Please describe.
When presenting a list of project deliverables I often have to reorder rows or columns based on prioritization
Describe the solution you'd like
A set of buttons which say "move column to the left", "move column to the right", "move row up", "move row down". e.g., when you hit "move row up" with the cursor in any cell on the 3rd row, it pushes the 3rd to be the 2nd row and pushes the 2nd row to be the 3rd row without affecting the overall height of the table
Describe alternatives you've considered
I currently insert a new row where I want to move the existing row and cut and paste the existing row into the blank row. This works well for rows but not so much for columns because it messes up the relative width of the columns and I need to resize every column again
Additional context
Add any other context or screenshots about the feature request here.