VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Bug] after scroll edit cell change blank

Open fangsmile opened this issue 2 months ago • 0 comments

Version

Link to Minimal Reproduction

Steps to Reproduce

Image 200条数据滚动到底部 resize列宽 再编辑单元格 const option: VTable.TYPES.ListTableConstructorOptions = { container: document.getElementById(CONTAINER_ID), records, columns, editor: 'input', heightMode: 'autoHeight', autoWrapText: true };

Current Behavior

1

Expected Behavior

1

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

fangsmile avatar Oct 22 '25 07:10 fangsmile