Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

How do you move rows in a Document table? The obvious thing - selecting the entire row, cut, paste - does something very strange (inserts the row as a single cell with a nested table containing the cut row).

share|improve this question

3 Answers

The short answer is you can't. You will have to recreate the table manually.

You used to be able to manually edit the table in your Google Doc using HTML view but this functionality has been removed.

share|improve this answer

You can:

  1. Insert a new table row at the new location for the existing row.
  2. One cell at a time, cut and paste cell contents from the old row to the new row.
  3. Delete the old row.

This is obviously not a great solution, but it might be better than recreating the entire table from scratch?

share|improve this answer

You can copy table to google spreadsheets, move row there and then select it and click on "Web Clipboard" button (fourth from the left between paint and redo), copy. And then via this button put it back to you google document. Also not very great, but saves time.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.