xjcallen
xjcallen
### What problem does this feature solve? 希望增加移动行前后事件,在一些系统设置场景下可能需求移动行或拖动行顺序,希望在移动前后增加事件 ### What does the proposed API look like? 希望增加移动行前后事件
### Version 所有版本 ### Link to Minimal Reproduction bug ### Steps to Reproduce 看图  ### Current Behavior bug ### Expected Behavior bug ### Environment ```markdown - OS: - Browser:...
### Version 1.7.7 ### Link to Minimal Reproduction 1 ### Steps to Reproduce let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_data.json') .then(res => res.json()) .then(data => { const columns = [ { field: 'Order ID',...
$excel = IOFactory::load("abc.xlsx"); $sheet1 = clone $excel->getSheet(0); $sheet1->setCellValue('A1','1111111111111'); $excel->addSheet($sheet1); 
### 这个功能解决了什么问题 icon图标库, 希望增加无网络场景使用,且不要一个一个引入 因为很多时候需要循环出来,无法预知是那个图标 举个例子:我的导航图标是后台动态配置的需要循环出来显示 https://github.com/Tencent/tdesign-icons/issues/72#issuecomment-1655046706 我看23年就回复说下一个版本考虑,但是现在还不行吗 强烈建议能考虑下无网络环境的用户。 拜托了 ### 你建议的方案是什么 /
这个组件功能很完善的,也很小巧,专注于对话框架或者窗口组件,都没有找到类似这样的。但是是基于Jquery的, 不知道作者有没有考虑VUE版本 另外就是默认是创建在body下,没有配置项来指定创建在某个DOM下,且边界控制在些DOM节点内的功能