nsnans
nsnans
我在项目试了下,好像没问题,  "vue": "^3.2.47", "@vitejs/plugin-vue-jsx": "^3.0.0",
> > 我在项目试了下,好像没问题,  "vue": "^3.2.47", "@vitejs/plugin-vue-jsx": "^3.0.0", > >  > > ```json > { > "vue": "^3.4.24", > "vite": "^5.2.8", > "@vitejs/plugin-vue-jsx": "^3.1.0", > "Vue - Official": "v2.0.10",...
说一下如果是我做的想法 1、使用cellRender渲染商品编码,这个组件有个params的props,可以获取到当前行和当前key还有node等 2、输入框聚焦事件,通过params.context?.componentParent?.xxx,调它父级也就是的方法打开弹窗 3、输入框里面绑定一个onChange事件,通过rxjs的Subject发布订阅把输入的值和当前的params弄成对象发送过去 4、在窗口组件里使用Subject的subscribe接受发送过来的值进行筛选之类的操作 5、点击扫码,窗口组件emit个事件,抛出窗口选中行和通过Subject接受到的params 6、关闭弹窗,通过params.node.setData就可以设置第一行数据了。第二行就先通过params.rowIndex获取第一行的下标,加1,然后获取所有node,找到这个rowIndex一样的更新上2就行了 就是弹窗显示在那个有点麻烦
> Moving files will be displayed first  The update import is then normally prompted.  > > But after updating vscode to version 1.88.1,(‘Checking for update of JS/TS imports’...
Vue-Official Dropping from 2.0.14 to 2.0.12 will also solve this problem
Still no solution
> I have the same issue. Is PlutoGrid intercepting the input to detect enters and tabs (grid navigation) etc? I can actually input values if I start with a ^...
do we have an update on this? I am facing the same issue.
like this ```dart PlutoColumn( backgroundColor: Colors.red, ); ```
> Can you provide more clarity on this? Are you referring to libraries that live within the project path and are added in the project `pubspec.yaml` as path dependencies? **The...