Commit graph

108 commits

Author SHA1 Message Date
梁灏
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 #553 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
梁灏
8529369e31 Table column add new prop: display 2020-04-08 16:33:54 +08:00
梁灏
76c5a5ea6f Table add new event @on-cell-click 2020-04-08 16:19:09 +08:00
梁灏
9ff571ffa4 fix #305 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
梁灏
a410eb2dca fix tree table showChildren 2020-01-12 09:57:40 +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
梁灏
ec1f67fa7e Table tree support selectAllDisabled status 2020-01-07 22:39:21 +08:00
梁灏
1ce519d3ff Table tree support selectAll status 2020-01-07 22:27:00 +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
梁灏
6118c2c8d1 update Table tree 2020-01-03 17:45:27 +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
梁灏
52a036ec43 Update table-body.vue 2019-12-20 12:09:29 +08:00
梁灏
c591ddc9b7 Table support tree data 2019-12-19 20:06:01 +08:00
梁灏
3e3afb1deb Optimize Table's Tooltip mouse effect 2019-10-21 11:30:21 +08:00
梁灏
0168961b26 fix https://github.com/iview/iview/issues/6255 2019-10-15 11:52:20 +08:00
梁灏
9d330ecdf8 fix #18 2019-10-15 10:30:01 +08:00
梁灏
76580ceded fix #18 2019-10-15 09:52:10 +08:00
梁灏
359c18e010 fix #21 2019-10-15 09:50:00 +08:00
梁灏
363113f01f update Poptip capture default value 2019-10-07 23:43:31 +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