Commit graph

96 commits

Author SHA1 Message Date
Aresn
11f2367589
simplify 2021-09-17 14:58:55 +08:00
Xu Zhimeng
f84206bff0 fix: 修复show-summary、fixed同时存在,且max-height设置的比实际高度高的时候,合计被顶出去的问题 2021-09-17 13:45:44 +08:00
梁灏
4e695bb10f Table add props: fixed-shadow 2021-09-08 21:48:11 +08:00
梁灏
b91f6536e1 fix Table column tooltip bug,and Table/column add tooltipMaxWidth prop 2021-01-25 11:55:13 +08:00
梁灏
c716d4b441 fix 2020-10-13 14:38:48 +08:00
梁灏
bd95effa76 fix 2020-09-18 11:40:10 +08:00
梁灏
baa83cac60 Optimize Table contextMenu 2020-09-02 10:54:49 +08:00
梁灏
39ce074f96 fix 2020-07-13 09:30:30 +08:00
梁灏
6a2cf0fe77 Update table.vue 2020-07-01 11:52:44 +08:00
梁灏
26ae79efb9 Update table.vue 2020-07-01 11:35:35 +08:00
梁灏
836de9f960 Table no longer modifies the _showChildren field 2020-06-28 11:28:06 +08:00
梁灏
06f2c113ac fix 2020-06-28 09:22:53 +08:00
梁灏
8d2bcbfc8f Table add event @on-expand-tree 2020-06-23 16:25:46 +08:00
梁灏
0eccdf802e Table add prop show-context-menu, add slot contextMenu 2020-04-10 16:18:10 +08:00
梁灏
9ff571ffa4 fix 2020-02-04 10:23:04 +08:00
Wei Li
2f57837303 fix tree table get children item bug 2020-01-15 12:45:50 +08:00
梁灏
faaca72a0c publish 4.1.0-rc.4 2020-01-13 12:05:17 +08:00
梁灏
617ece1b3e update Table @on-contentmenu event params 2020-01-12 13:38:25 +08:00
梁灏
0b7430090d Table add content-menu prop & event 2020-01-12 13:33:48 +08:00
梁灏
ddd30f3ce3 update tree table 2020-01-12 10:45:08 +08:00
梁灏
439dd093c4 update table tree 2020-01-12 10:42:20 +08:00
梁灏
64298a9b0e fix tree table level 2020-01-12 09:28:49 +08:00
梁灏
85a1bc8af0 update tree table async 2020-01-10 11:12:49 +08:00
梁灏
a5acce4b81 Table tree support sort 2020-01-08 21:13:57 +08:00
梁灏
3c9452ef2a Table tree support selectAll func 2020-01-08 09:37:34 +08:00
梁灏
725814b355 Table tree support @on-select, @on-select-cancel, @on-selection-change events 2020-01-07 16:17:18 +08:00
梁灏
20fb34b2b0 Table tree support on-row-dbclick 2020-01-06 17:35:50 +08:00
梁灏
cb6477e080 Table tree support @on-row-click 2020-01-06 17:32:29 +08:00
梁灏
cd68d23fdb Table tree support highlight-row 2020-01-06 16:14:09 +08:00
梁灏
837cadab8b Table tree hover 2020-01-06 11:54:55 +08:00
梁灏
1e2341aa5d update Table tree 2020-01-06 11:17:09 +08:00
梁灏
6885f5ec49 Table prop: row-key suuport string 2020-01-06 10:36:41 +08:00
梁灏
40f055f904 update Table Tree 2020-01-03 16:22:12 +08:00
梁灏
34fc2db44e update Table tree 2020-01-03 14:24:35 +08:00
梁灏
793b73035a update Table tree 2020-01-03 14:18:33 +08:00
梁灏
c591ddc9b7 Table support tree data 2019-12-19 20:06:01 +08:00
梁灏
0168961b26 fix https://github.com/iview/iview/issues/6255 2019-10-15 11:52:20 +08:00
梁灏
07bde2f56d update Table summary when fixed 2019-09-20 20:40:56 +08:00
梁灏
da54e620ad Table add showSummary, summaryMethod, sumText prop. support summary in the last line 2019-09-20 19:59:57 +08:00
梁灏
55af8e86b1 Table add prop: spanMethod 2019-09-19 14:55:13 +08:00
梁灏
aa14a697fb Table column add prop: resizable, Table add event @on-column-width-resize 2019-09-18 17:39:30 +08:00
梁灏
6da05bb597 update Table border style 2019-09-18 10:10:12 +08:00
梁灏
23a0ba9831 update the master branch to the latest 2019-08-27 09:42:40 +08:00
梁灏
67d534df27 empty master 2019-08-27 09:37:17 +08:00
梁灏
03773f7e9b update
update
2017-02-28 15:10:07 +08:00
leonine
cd85c67510 修改_checked=true 时,在_disabled=true的时候被取消了选中的状态的问题 2017-02-23 16:51:43 +08:00
leonine
c731509853 修复两个问题:
1.如果某行禁用_disabled=true,则这行的_checked,无论如何都是false,因为禁用的目的就是不能选择
2.修复某行设置_disabled=true时,全选状态判断有误的bug
2017-02-23 14:29:49 +08:00
leonine
bc1dfd602d 忘记 run test 少了; 2017-02-20 11:21:17 +08:00
leonine
0dcc948256 itable 添加禁用某行选中的功能 2017-02-20 11:17:47 +08:00
leonine
2404849c30 合并原作者更新 2017-02-20 09:53:10 +08:00