huanghong
8f230d682a
fixed table
2018-04-19 14:45:02 +08:00
huanghong
4fd4d76383
remove console log
2018-04-16 23:55:49 +08:00
huanghong
3f5e84a19f
update table columns width compute
2018-04-16 23:52:02 +08:00
huanghong
0f983a5c5a
update table columns width compute
2018-04-16 21:26:54 +08:00
huanghong
6136e4ddf6
fixed table horizontal scroll bar
2018-04-12 01:10:45 +08:00
梁灏
948accad7a
forget update func
2018-04-11 11:28:50 +08:00
梁灏
5d164b03ec
fixed #3339
2018-04-11 11:20:00 +08:00
huanghong
5c9c4dff44
update
2018-04-10 11:06:21 +08:00
huanghong
f1dfa8ffab
fixed table show-header=false bug
2018-04-10 11:01:50 +08:00
huanghong
9d3aada306
npm test
2018-04-09 20:12:37 +08:00
huanghong
9d304dd635
fixed safari scroll bar
2018-04-09 20:09:39 +08:00
huanghong
b1262a3d8d
fixed no data width calculation
2018-03-31 19:48:15 +08:00
huanghong
9f75c487a0
merge
2018-03-31 19:24:40 +08:00
huanghong
680e061987
remove
2018-03-31 19:05:12 +08:00
huanghong
fda6dfa2c5
column add prop minWidth and maxWidth
2018-03-31 19:02:21 +08:00
huanghong
b3ef1c6358
column add prop minValue and maxValue
2018-03-31 18:30:53 +08:00
huanghong
77201524ba
column add prop minValue and maxValue
2018-03-30 22:12:54 +08:00
huanghong
75803add58
fixed scoll bar
2018-03-27 23:39:47 +08:00
huanghong
eec3859c11
fixed table scollbar
2018-03-27 22:26:56 +08:00
huanghong
6301418975
fix table fixed-right header
2018-03-27 00:07:27 +08:00
梁灏
a0f489478b
Optimize Table checkbox style
2018-03-26 16:56:48 +08:00
梁灏
9ea47cb3d2
fixed Table multiple head filter & sort bug
2018-03-26 14:28:11 +08:00
梁灏
c1e965c371
fixed-head
2018-03-23 17:35:19 +08:00
梁灏
3f14387d1a
remove code
2018-03-23 17:11:08 +08:00
梁灏
1acabf7912
Table support multiple table-head
2018-03-23 15:32:58 +08:00
梁灏
12739c33fa
update Table
2018-03-22 13:49:47 +08:00
huanghong
a796b2c5b1
support ie Mousewheel
2018-03-22 10:22:51 +08:00
Aresn
b08f5e08d9
Update table.vue
2018-03-22 10:12:43 +08:00
Aresn
4f0f09aafc
Update table.vue
2018-03-22 10:11:38 +08:00
huanghong
e970884b3c
mousewheel support firefox and safari
2018-03-21 23:17:07 +08:00
huanghong
7f2e78d8db
Decrease table scroll speed
2018-03-21 21:47:11 +08:00
huanghong
e25070eb84
fixed #2871
2018-03-21 21:03:32 +08:00
huanghong
c1115edd1a
fixed table
2018-03-21 16:23:17 +08:00
huanghong
408b695046
update table example
2018-03-21 16:11:50 +08:00
huanghong
b08bd8a8e2
fixed height changed
2018-03-21 15:43:32 +08:00
huanghong
e399c5e907
remove console.log
2018-03-21 15:27:14 +08:00
huanghong
95e1720ce3
fix ivu-table-fixed bug
2018-03-21 15:24:31 +08:00
梁灏
19c208d380
Poptip add prop popper-class
, Table update
2018-03-21 10:59:23 +08:00
huanghong
42fa79572a
test
2018-03-20 19:31:06 +08:00
huanghong
9fea8e7de0
fixed ivu-table-fixed-right scroll bar
2018-03-20 19:28:39 +08:00
huanghong
8e171de8e0
fixed #3124
2018-03-20 10:46:48 +08:00
huanghong
224a79e7ca
set back className in nextTick
2018-03-18 17:16:08 +08:00
huanghong
f25f12527e
Refactor
2018-03-17 02:29:30 +08:00
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