Table: add filter feature. (#684)

This commit is contained in:
FuryBean
2016-10-27 21:45:21 +08:00
committed by cinwell.li
parent 5a6cca14c6
commit 14495f6189
16 changed files with 569 additions and 70 deletions

View File

@@ -14,6 +14,7 @@
- 修复 Switch 的 width 属性无效的问题
- Table 增加 rowClassName 属性
- TableColumn 增加 fixed 属性可选值true, false, left, right
- TableColumn 增加属性filters、filterMultiple、filterMethod、filteredValue
- TableColumn[type="selection"] 增加 selectable 属性
- 修复 Input textarea 在动态赋值时 autosize 没有触发的问题
- 修复 Input Number min max 属性设置后点击加减出现的崩溃的bug