Table

Local-first converters, viewers, and file tools

产品指南 · 6 分钟阅读

Reordering rows and columns before you export

Drag handles for row order, column reorder for review, and how export order follows what you see in the grid.

发布于 2025年3月20日 · Table

Humans often need a different column order than the upstream system emitted. You can reorder columns for review, then download a CSV that reflects the new left-to-right order. Row reordering helps when you are preparing a narrative handoff, even if the downstream database will resort by keys later.

Contracts and caution

  • Pipelines that map columns by position break if you change order before load. Prefer name-based loaders when possible.
  • Row order rarely matters to SQL imports, but it can matter for human reviewers reading the file top to bottom.
  • Undo and redo apply to many edits, so exploratory reordering stays reversible until you are satisfied.

← 全部文章