Commit Graph

53 Commits (333a010d3b4879774e02d3ba7bf94ea93c78c328)

Author SHA1 Message Date
lirilsu 0ca040fb42 Table: Render `default` slot in `table-column` to get a correct `columnRows` 2017-10-20 02:19:45 -05:00
lirilsu f347657651 Table: Table: Remove render default in `table-column` 2017-10-20 02:19:45 -05:00
Leopoldthecoder a35ab0bb03 Autocomplete: support scoped slot as custom template 2017-09-25 06:44:03 -05:00
Leopoldthecoder 40a873e93e Select: add value-key 2017-07-20 12:37:04 +08:00
helondeng 92d6008802 Table: add value as formatter parameter (#5709)
* 添加接口计算原来的列值

* export old value of column in formatter function

* Update table-column.js

* Update table-column.js
2017-07-15 17:00:36 +08:00
任侠 b269c22bba table: set width for each td>div.cell.el-tooltip element(#2198,#3128) 2017-05-05 08:06:02 +08:00
white.wang 324f541c76 Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
杨奕 349894d107 Table: add summary row, fixed #1307, fixed #4451 (#4484) 2017-04-28 15:53:39 +08:00
Leopoldthecoder 45043754df update dependencies 2017-04-28 14:09:25 +08:00
cinwell.li a3273188e7 Table: improve performance for rendering tooltip, fixed #3478 (#3836)
* Table: improve performance for rendering tooltip, fixed #3478

* Table: add tooltip-effect property
2017-03-29 11:59:12 +08:00
张韧 b29ce95b81 add labelClassName 2017-03-09 17:05:55 +08:00
qingwei.li bfb4c9c3f1 Table: fix columnKey, fixed #2322 2017-01-18 11:22:10 +08:00
qingwei.li 8961b318df Table: missing filteredValue prop, fixed #2348 2017-01-13 14:53:58 +08:00
kingwl 3e3001a8dc Table: fix header-align bug 2017-01-06 10:46:06 +08:00
Herrington Darkholme 23423e39e7 general: normalize name in default export 2017-01-01 01:11:21 +08:00
qingwei.li 923d9b6622 Table: fix test fix #2090 , remove virtual scrollbar 2016-12-30 11:12:13 +08:00
qingwei.li 4817e116e5 Table: expand row feature only supports scoped slot. 2016-12-28 18:12:37 +08:00
杨奕 d2f02b828f Merge branch 'dev' into 1.1 2016-12-28 15:23:51 +08:00
furybean b569b314b8 Table: add expand row feature. 2016-12-28 15:18:25 +08:00
cinwell.li 339dada583 Feat/scoped slot table (#1844)
* Upgrade to vue 2.1.0

* Table: support scoped slots, resolve #1763, #1161

* Update vue version

* fix test

* fix test

* Update doc

* Fix english docs
2016-12-22 11:16:04 +08:00
kingwl 8648ab84dc Table: add header-align 2016-12-21 11:03:22 +08:00
Furybean a0187d1aba Table: add filter change event & add column-key for column. 2016-12-20 18:37:31 +08:00
Furybean fed488ef9f Table: fix column[type=selection] style issue in ie9+. 2016-12-09 17:37:58 +08:00
kingwl a3f570789c Table: fix align attribute (#1338) 2016-11-24 18:34:02 +08:00
FuryBean 5c386d5ce8 Table: fix dynamic prop in table-column cause script error. (#1314) 2016-11-24 06:54:32 +08:00
FuryBean 2f3f5eabc1 Table: add header group feature. (#1312) 2016-11-23 20:32:23 +08:00
FuryBean 631037c296 Table: improve performance in large data. (#1298) 2016-11-23 18:24:32 +08:00
qingwei.li 37510831ca Update: release script 2016-11-18 20:03:20 +08:00
cinwell.li 4ebdd6a6d4 Table: add context prop (#1161) 2016-11-18 20:03:18 +08:00
Akira Komamura d37e0dbd39 Add column class-name to the table header and update documentation (#1027)
* Table: Add className property to columns

* Table: update documentation on column class-name

* Table: Apply column class-name to table header
2016-11-13 14:39:24 +08:00
cinwell.li cfafd3d191 Table: fix render fail in vue-loader 9.9.0 (#1018) 2016-11-13 11:44:29 +08:00
furybean f27d433744 Table: fix hover effect is slow when data > 200. 2016-11-13 03:38:31 +08:00
FuryBean f013d6eb0b Table: add renderHeader prop. (#838) 2016-11-05 07:30:23 +08:00
furybean aac3ec40c2 Table Column: watch more prop & rename showTooltipWhenOverflow. 2016-11-04 22:15:34 +08:00
qingwei.li 4a224adaa3 Table/MessageBox/Tree: remove object-assign 2016-11-04 18:44:19 +08:00
furybean 0eacd76e22 Table: let table compatible with vuex. 2016-11-03 14:43:23 +08:00
furybean 4a0c580a20 Table: add column remote/custom sort. 2016-10-28 01:24:13 +08:00
FuryBean 14495f6189 Table: add filter feature. (#684) 2016-10-27 21:45:21 +08:00
cinwell.li 4dd8b094cb Update externals (#641) 2016-10-25 21:35:41 +08:00
qingwei.li 86a5f8f5d0 Table: add test
Remove fuck
2016-10-25 17:26:59 +08:00
furybean 6ab0d57428 Update Table:
1. Add rowKey prop for Table.
2. Add clearSelection method for Table.
2. Add reserveSelection prop for TableColumn[type="selection"]
2016-10-19 21:58:29 +08:00
furybean b36da2f982 Improve Table:
1. Add TableStore & TableLayout.
2. Remove customCriteria & customBackgroundColors.
3. Remove fixedColumnCount.
4. Add fixed prop for TableColumn.
5. Add selectable prop for TableColumn[type="selection"].
2016-10-19 11:09:00 +08:00
qingwei.li 06392ade7b Clear dependencies 2016-10-13 11:12:24 +08:00
cinwell.li de696c78bc Tooltip/Popover: adjust the element to body, fixed #296 (#300)
* Tooltip/Popover: adjust the element to body, fixed #296

* Popover: fix destroy popover

* Refactor vue-popper, #296

* Fix datepicker style

* Poppover: remove settimeout

* Select: fix click outside

* Fix popper zIndex
2016-10-12 17:41:49 +08:00
spademan 386a8466b0 Table: 在type="index"如果设置了label 优先显示label 2016-09-21 13:30:28 +08:00
spademan 03a60995d6 Table: 在type="index"如果设置了label 优先显示label 2016-09-21 11:43:30 +08:00
cinwell.li 56ed21df4a TableColumn: add align attribute, #78 (#94) 2016-09-21 06:20:36 +08:00
qingwei.li 3a6e663857 Table: fix inline-template 2016-09-02 19:23:16 +08:00
Leopoldthecoder 07a0943d6b update message box prompt style 2016-09-02 13:58:54 +08:00
qingwei.li 8394318122 Table: fix render static data
Table
2016-09-01 15:59:28 +08:00