### Version 1.22.3 ### Link to Minimal Reproduction https://www.visactor.com/vtable/playground?specId=0906795373×tamp=1764338290332&version=1.22.3&theme=light ### Steps to Reproduce 官方示例:https://visactor.io/vtable/demo/edit/edit-cell 的最后加上 records[0].name='aaa'; tableInstance.updateRecords(records); 首条First Name没有正常更新成aaa,要鼠标点上去才会变成'aaa',好像没有正常渲染 ### Current Behavior updateRecords没有正常渲染editcell单元格 ### Expected Behavior updateRecords正常渲染editcell单元格 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_
Version
1.22.3
Link to Minimal Reproduction
https://www.visactor.com/vtable/playground?specId=0906795373×tamp=1764338290332&version=1.22.3&theme=light
Steps to Reproduce
官方示例:https://visactor.io/vtable/demo/edit/edit-cell
的最后加上
records[0].name='aaa';
tableInstance.updateRecords(records);
首条First Name没有正常更新成aaa,要鼠标点上去才会变成'aaa',好像没有正常渲染
Current Behavior
updateRecords没有正常渲染editcell单元格
Expected Behavior
updateRecords正常渲染editcell单元格
Environment
Any additional comments?
No response