Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法为所有可见行激活行编辑器(或单元编辑器)?我研究了 API,但什么也没找到。我还尝试将激活点击设置为 0,但没有任何成功。我需要一直显示一个复选框、一个组合框和一个微调框。
那能做到吗?或者有没有其他插件可以做到这一点?
据我所知,现在有办法做到这一点,并将clicksToEdit设置为低于 1 或大于 2 的任何值都是无效的。
如果您想要存档类似的内容,您可能需要通过扩展 roweditor 来编写自己的插件。