VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Bug] Cannot apply custom editor on sub-column

Open KiddoV opened this issue 9 months ago • 0 comments

Version

^0.25.5

Link to Minimal Reproduction

https://codesandbox.io/p/sandbox/vtable-simple-demo-forked-hgsqc6?file=%2Fsrc%2Findex.ts%3A31%2C36

Steps to Reproduce

  1. DBClick on the first column (Item Number) => Editor works
  2. DBClick on the third column (Sub column - Test Firmware | Version) => Editor not popup

Current Behavior

Double click on sub-column, the custom editor is not display! Also I just found out that when dbclick on the sub-column and then edit the first column, the sub-column will get the value instead of the editing column after confirm edit change (see attached gif).

Expected Behavior

Double click on sub-column, the custom editor SHOULD display!

Environment

Any

Any additional comments?

bug

KiddoV avatar May 15 '24 13:05 KiddoV