huanghong
14d1de0573
fix table changing small scrollbar bug
2018-03-17 02:16:19 +08:00
huanghong
47638ad84a
fixed table scrollbar bug
2018-03-16 21:17:33 +08:00
Kevin
14cfcf3c2f
Performance Improvements when Table Selec
2018-02-06 10:27:31 +08:00
梁灏
bb49347b35
fixed #2823
2018-01-19 18:01:21 +08:00
梁灏
b34e09b8f9
fixed #2832
2018-01-19 17:34:02 +08:00
呼啸随风
e7f2801b5e
fix last column resize bug when no data
...
If a table has heigth and last column is auto width
let width = ''
// is_last_column, true && top_always_true && height_set_by_user, true
if ( this.columns.length === index + 1 && top && this.$parent.bodyHeight !== 0) {
// width will be 0 + this.$parent.scrollBarWidth === this.$parent.scrollBarWidth
// so last column will be 10~20px(the width of scrollBar)
}
there is an example with iview@2.8.0
[gist](https://gist.github.com/anonymous/e04e86c9e99d4d1e97bf327769acd345 )
[demo on jsbin](http://jsbin.com/soqogagiqu )
2018-01-09 10:22:17 +08:00
Aresn
5edc93d685
Merge pull request #2757 from adam-zou/pr/2644
...
fix issue: #2352
2018-01-08 14:47:34 +08:00
Eric
a1bdd0d74f
fix issue: #2352
2018-01-05 18:11:49 +08:00
梁灏
ceeb9361fd
fixed Table bug in Vue 2.5.13
2017-12-25 10:26:54 +08:00
梁灏
b142865eff
fixed #2102
2017-11-08 16:11:04 +08:00
梁灏
55f90d87de
fixed #1648
2017-11-08 14:39:39 +08:00
Aresn
cbdac015bf
Update table.vue
2017-10-26 00:09:42 -05:00
yangdan8
f6a787f63b
Update table.vue
2017-10-26 09:48:47 +08:00
梁灏
6c634aa631
fixed #2078
2017-10-23 19:01:47 +08:00
Sergio Crisostomo
fb8479988c
Improve export to CSV functionality
...
- added`callback`option so we can get CSV data in case we do not want
to download
- added options:
- `quoted` for cases when we have line breaks in content
- `separator` for cases when we have commas in content
2017-10-17 10:13:54 +02:00
BarZu
9ebeb99cd0
将childNodes改为children
2017-09-22 22:13:34 +08:00
BarZu
7449f269a6
修复table里嵌套table报 Cannot read property 'width' of undefined"的错误
2017-09-22 11:32:39 +08:00
梁灏
c5beedf87e
fixed #690
2017-09-20 14:18:45 +08:00
梁灏
300bd6623e
fixed #704
2017-09-18 18:41:24 +08:00
梁灏
ade5dbba52
fixed #693
2017-09-18 13:52:40 +08:00
梁灏
3aca3d56ef
fixed #1372
2017-09-18 10:33:58 +08:00
梁灏
17db7df4fd
fixed #1751
2017-09-03 12:26:16 +08:00
梁灏
8a392d25fc
Table expand support set column header, and close #1299
2017-09-03 11:40:48 +08:00
Aresn
2c75c88169
Merge pull request #1737 from SergioCrisostomo/fix-broken-reduce
...
Add counter start to reduce
2017-09-01 17:35:47 +08:00
Aresn
429479a53b
Merge pull request #993 from anykno/table_render
...
impove table render logic,fix xss.
2017-09-01 16:33:49 +08:00
Sergio Crisostomo
6a24817623
Add counter start to reduce
...
fixes #1736
2017-08-30 08:46:22 +02:00
lambert
44b1490840
table: fix export csv for safari
...
Author: liuyanshi <lanternd.done@gmail.com>
2017-08-02 16:13:40 +08:00
lambert
5d284605c4
allow use Blob to download csv
2017-08-02 16:05:47 +08:00
梁灏
835b37ff9f
fixed #1403
2017-07-20 09:59:44 +08:00
梁灏
119eeafede
fixed a Table bug
2017-07-19 16:34:52 +08:00
梁灏
51356c2cd2
fixed #658
2017-07-19 15:09:15 +08:00
梁灏
548eac43fe
fixed #1387 and update v-transfer-dom
...
Modal add transfer prop
2017-07-19 13:58:20 +08:00
梁灏
1b737fdc83
fixed #122
2017-07-18 15:03:27 +08:00
梁灏
096f2bfe9c
fixed #1357
2017-07-18 14:15:57 +08:00
梁灏
afea484fe3
fixed #1271
2017-07-18 11:16:34 +08:00
梁灏
8b530b1ce3
fixed #1342
2017-07-17 17:05:10 +08:00
梁灏
68b308ee83
fixex #1353
2017-07-14 14:52:54 +08:00
梁灏
f00b534390
update Table
2017-07-10 13:49:26 +08:00
Rijn
b0f1c61f8e
add a event @on-select-cancel to Table. #705
2017-07-07 13:01:49 -05:00
Aresn
e40c5352a1
fixed #1195
...
fixed #1195 and abandon old Table render function
2017-06-30 16:26:31 +08:00
Lawrence Lee
174158b167
change disable-hover to disabled-hover
2017-06-09 17:06:20 +08:00
Lawrence Lee
6b23d43ba5
Merge branch 'iview-2.0' into 2.0
2017-06-09 17:00:44 +08:00
Lawrence Lee
e9287a6b87
Merge branch '2.0' of https://github.com/iview/iview into iview-2.0
2017-06-09 17:00:26 +08:00
Lawrence Lee
349548d489
change disable-highlight to disable-hover
2017-06-09 16:59:30 +08:00
Aresn
55dbf62d68
update Tabs render
2017-06-09 16:54:20 +08:00
Aresn
4098c176e1
update Table
2017-06-09 16:44:24 +08:00
Lawrence Lee
cec3245225
merge
2017-06-09 16:29:03 +08:00
Lawrence Lee
9563a8da20
add disable-highlight prop to Table
2017-06-08 10:13:33 +08:00
刘荣
718e773fbc
-
2017-06-08 08:53:00 +08:00
Lawrence Lee
2474ee5929
add hover-highlight prop in Table
2017-06-07 14:19:31 +08:00