Commit Graph

444 Commits

Author SHA1 Message Date
gx 954266184b fix: hoverContent综合修改 2021-04-28 10:44:43 +08:00
gx 584104651f fix: 使用resizeObserver替代window.resize 2021-04-25 17:06:38 +08:00
gx 3b5ae93b7a fix: 火狐浏览器,固定表格跟随resize事件产生的滚动条隐藏 2021-04-22 21:19:44 +08:00
gx 74737239c3 fix: stop drag when distance is less than 100 2021-04-21 17:22:26 +08:00
gx e9f3088eb0 fix: 综合修改 2021-04-19 21:17:32 +08:00
gx 6524a1d9aa fix: 兼容IE 2021-04-13 15:48:33 +08:00
gx 87ed08a724 fix: remove loading 2021-04-09 17:17:42 +08:00
gx 7c9066da5b fix: sync width 2021-04-02 16:08:29 +08:00
gx-mac 929f501ff0 fix: add syncFixedRowHeight 2021-03-30 15:13:19 +08:00
gx 1ed2de9c61 fix: add loading text for infinite table 2021-03-29 01:53:18 +08:00
gx 3ccd8210a2 fix: update 2021-03-28 19:23:41 +08:00
gx 4215c4ec1e fix: update 2021-03-21 17:51:58 +08:00
gx a2024a9827 fix: check if trs and action exist in doEventList 2021-03-18 16:37:51 +08:00
gx 0c7e3d9d7e fix: delete "dataChanged" operation in life cycle 2021-03-17 17:37:35 +08:00
gx b98ef9d4e8 fix: change the way to judge whether an array is empty 2021-03-16 20:12:52 +08:00
gx b0914c928e fix: reset scrollbar when the whole width changes 2021-03-16 14:12:35 +08:00
=gx d6e16c2ef1 fix: reset left/rightBodyRows when data changes 2021-03-12 15:41:22 +08:00
gx-mac ffd42b97e6 fix: change NCC record config 2021-03-11 20:18:01 +08:00
gx-mac f1c585a850 2.3.15-beta.7 2021-03-05 10:51:21 +08:00
gx-mac f1dfb9c85f 2.3.15-beta.6 2021-03-04 16:40:17 +08:00
gx-mac 290ba7aed8 fix: css update 2021-03-04 10:19:18 +08:00
gx-mac 43193e089b fix: version update 2021-03-03 22:09:20 +08:00
gx-mac cb7d54be80 fix: update 2021-03-02 16:40:03 +08:00
gx-mac 6b8ad2414e fix: scrollbar issue 2021-03-01 02:07:39 +08:00
houjitong e1d73a9c33 fix: 发包 2021-02-24 17:06:53 +08:00
gx 6b609d1a3d fix: 2.3.15-beta.1 2021-02-24 16:58:38 +08:00
izbz wh 8a0bba14dd fix: ie 下展开表格当含有height时不再动态获取该表格高度 2020-12-23 14:05:37 +08:00
izbz wh 9e7b9f763d fix: update时判断表格数据 2020-12-15 20:55:48 +08:00
izbz wh 3acd6ea33e fix: 表格横向滚动条拖拽时右侧固定列style 2020-11-24 17:05:55 +08:00
izbz wh b2362185f5 fix: 默认前端排序点击分页后数据不更新 2020-11-02 14:17:11 +08:00
Jarvan 0a8f8c362b feat: 提供column.sumThousandth属性,用于设置合计行是否开启千分位功能 2020-10-14 15:25:17 +08:00
izbz wh c6e520db0f feat: 增加列拷贝钩子函数 2020-09-29 09:45:11 +08:00
izbz wh dc00d42445 feat: 支持表头自定义mouseDown事件 2020-09-21 11:05:41 +08:00
izbz wh 7147516dd3 fix: footer 返回含有固定列Table时,拖拽主表格高度不同步 2020-09-07 13:48:01 +08:00
yangchch6 17bf7b9c49 feat: onDropRow增加参数targetIndex 2020-07-29 14:00:31 +08:00
yangchch6 f3541dfe03 fix: 合计和固定列错位[#540] 2020-07-22 10:32:45 +08:00
yangchch6 2a06e5fa8f feat: 条件过滤,输入框输入即查询[#605] 2020-07-17 14:37:35 +08:00
yangchch6 2cb8982d67 feat: 行拖拽样式修改[JCJS-2307] 2020-07-16 09:57:18 +08:00
yangchch6 b5eab50b9a feat: 增加 hideDragHandle 参数,隐藏行拖拽把手[#609] 2020-07-14 16:43:10 +08:00
yangchch6 02d962563b feat: 增加useDragHandle参数,支持行手柄拖拽[#607] 2020-07-13 21:14:33 +08:00
liushaozhen 344e948141 feat: 排序回调新增data参数 2020-07-08 14:52:57 +08:00
liushaozhen b4b0c95c9c feat(bee-table): column render方法新增第四个参数为column设置的属性 2020-04-16 14:19:24 +08:00
liushaozhen a4df9cef69 feat(bee-table): 子表数据减少时,动态计算高度 2020-04-16 11:41:07 +08:00
liushaozhen ead7706fd8 fix(bee-table): bug修复:ie 下报错 对象不支持 “forEach” 方法、切换数据源,startIndex、endIndex错误 2020-04-10 12:54:37 +08:00
liushaozhen a24a865f7a fix(bee-table): 树形表格数据没有key无法展开bug 2020-04-01 14:54:41 +08:00
liushaozhen 606ed5d901 fix(bee-table): TableCell去掉Frament 2020-03-24 14:37:58 +08:00
yangchch6 da2414b196 feat: 增加columnKey属性,column[columnKey]可作为主键 2020-03-22 16:47:08 +08:00
yangchch6 87be595ae5 publish 2.2.41 2020-03-13 14:59:32 +08:00
liushaozhen 4452dc6a69 feat(bee-table): tableCell colSpan==0 return null & isLeaf 改为 _isLeaf 2020-03-11 13:52:12 +08:00
liushaozhen 1fe5f5705c feat(bee-table): en_us.js默认翻译修改 2020-03-09 11:10:55 +08:00