Table

Local-first converters, viewers, and file tools

产品指南 · 6 分钟阅读

Bulk row operations: copy, cut, delete, and clear in large selections

How selection interacts with virtualized rows, clipboard limits, and clearing vs deleting in support workflows.

发布于 2025年3月21日 · Table

Virtualized grids render a window of rows; selection logic should still track row identities (IDs) so bulk actions apply to the right originals. Clipboard payloads may hit OS size limits on enormous selections, chunk if needed.

Semantics

  • Clear often zeroes cells but keeps row keys;delete removes lines entirely.
  • Confirm whether your export includes only visible/filtered rows.

← 全部文章