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
Hard to answer that. It's something that I use but doesn't need to be necessarily common. In any case, we can give it a low priority and focus on other features for now.
We can already select full columns and rows, so ideally the next step should be to also allow reordering columns and rows by dragging them.
Right now, when only a cell is selected, column and row header should use a
grey-200
background.When the full column and row header is selected, the background should use a
grey-400
.When full columns/rows are selected, hovering over these headers should change the cursor to
cursor: grab
.User should be able to drag columns right and left, and rows up and down.
While dragging, we’ll show:
2px
grey-400
divider in the same spot where the dragged column will landgrey-400
background with28% opacity
The text was updated successfully, but these errors were encountered: