Skip to content

fix: map vtable-sheet object data edits by columns - #5241

Merged
fangsmile merged 2 commits into
developfrom
fix/issue-5152-sheet-columns-edit-mapping
Jul 28, 2026
Merged

fix: map vtable-sheet object data edits by columns#5241
fangsmile merged 2 commits into
developfrom
fix/issue-5152-sheet-columns-edit-mapping

Conversation

@fangsmile

Copy link
Copy Markdown
Contributor

Summary

Issue

Fixes #5152

Demo

  • packages/vtable-sheet/examples/sheet/issue-5152-columns-edit-mapping.ts
  • Menu entry: issue-5152-columns-edit-mapping
  • Flow: set values through WorkSheet.setCellValue, then check object data and copied data

Verification

  • Demo result: PASS | row fields planningCode/owner.name/amount.budget are updated and copied data has expected values
  • Chrome DevTools console: no error messages
  • node ../../common/scripts/install-run-rushx.js compile passed in packages/vtable-sheet
  • git diff --check passed
  • commit hook eslint/prettier/commitlint passed

@github-actions github-actions Bot added the chore label Jul 27, 2026
@fangsmile
fangsmile force-pushed the fix/issue-5152-sheet-columns-edit-mapping branch from 6b2d697 to a6ffe25 Compare July 28, 2026 08:25
@github-actions github-actions Bot removed the chore label Jul 28, 2026
@fangsmile
fangsmile merged commit fe6cedf into develop Jul 28, 2026
7 of 8 checks passed
@fangsmile
fangsmile deleted the fix/issue-5152-sheet-columns-edit-mapping branch July 28, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] VtableSheet表格在sheet中配置了columns后会出现表格数据修改后映射不到对应字段上

1 participant