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.
当使用'gridviewdragdrop'插件实现网格面板的拖放重新排序功能时,在拖动记录时,会显示带有图标的消息(即'1 selected row')。我想知道是否有办法隐藏此消息?我试图覆盖插件但失败了。有什么建议吗?
谢谢。
因为你不说你尝试了什么......
在定义中,覆盖dragText:
plugins: { ptype: 'gridviewdragdrop', dragText: '' }