Commit Graph
554 Commits
Author SHA1 Message Date
Wei Zhuandddcat1115 f84dfbbaa9 Fix table filter in JSX (#4765)
Fix #4759
2017-02-08 14:43:00 +08:00
afc163 a07c71165a demo: update table demo code style 2017-02-08 14:42:33 +08:00
afc163 93e152268c remove it.only, ref #4779 2017-02-07 21:21:51 +08:00
afc163 a585f603d0 Fix Table selection page-jumping issue, close #4779 2017-02-07 21:09:51 +08:00
afc163 94f5a07f68 Add rowKey link into console warning message 2017-02-07 15:32:44 +08:00
afc163 0eb5c689a3 remove type="ghost" from demo 2017-02-04 22:35:33 +08:00
afc163 8775e7de5e Fix scroll Table lagging issue in IE, close #4522 2017-02-04 17:58:48 +08:00
afc163 fb421f10e0 Change another approach to fix #4637
avoid issues like #4750 and #4753 caused by old way
2017-02-03 19:01:06 +08:00
Graeme Yeatesand偏右 1006015ef0 Add border customization variables (#4734)
* Add border customization variables (#4712)

* Make border styles customizable (fixes #4712)
2017-01-31 16:05:10 +08:00
afc163 e5a735e888 fix ts error, ref #4675 2017-01-24 15:10:04 +08:00
afc163 2d2534321a Fix Table fixed header align issue, close #4637 2017-01-22 11:15:14 +08:00
Wei ZhuandGitHub 77b78a9389 docs: Unify type naming (#4636)
* Unify name of ReactNode type in document

* Lowser all string type name

* Lowercase all number type name

* Lowercase all boolean type name

* Unify array type

* Lowercase all object type name

* Unify mutilple types
2017-01-20 20:10:50 +08:00
Wei Zhu 823ac6c139 fix TableColumnConfig exporting, #4660 2017-01-20 16:08:20 +08:00
afc163 e245facb48 Fix table snapshots 2017-01-20 13:43:39 +08:00
afc163 fae7fd1658 Fix default value of Table showHeader, close #4658 2017-01-20 11:34:08 +08:00
Wei ZhuandGitHub fd861d6c0d Tweak empty table border (#4650) 2017-01-19 22:40:30 +08:00
afc163 ddc7054751 Fix fixed column table border radius 2017-01-19 21:51:53 +08:00
afc163 1db0e06bc4 Fix Table[small]'s title and footer border, close #4647 2017-01-19 21:49:03 +08:00
afc163 fe5f8910dd Hide scroll bar in fixed header of table, close #4637 2017-01-19 16:08:21 +08:00
Benjy Cui 3e17551b7e site: improve build speed 2017-01-19 15:22:53 +08:00
Wei Zhu c09cf95daa Fix Table filter test 2017-01-13 23:30:39 +08:00
Wei Zhuand偏右 65d1f721d3 Fix Table multiple levels filter menu (#4548)
fix #4541
2017-01-13 21:13:31 +08:00
afc163 de544ad21b fix useless className 2017-01-12 20:38:20 +08:00
Wei Zhu 0ff50fc79d docs: Update Table JSX api note 2017-01-12 00:03:35 +08:00
Wei Zhuand偏右 8a2b3470ef Document using Table in TypeScript (#4568)
* Allow any valid ReactElement as Table.Column

* Document using Table in TypeScript
2017-01-11 19:52:43 +08:00
afc163 3f5aebe85b Fix Table column.filteredValue null problem, ref #4550 2017-01-10 20:52:53 +08:00
afc163 6af0842be8 fix table demo snapshot 2017-01-10 14:10:44 +08:00
afc163 088ecf18a4 cleaner demo 2017-01-10 14:09:19 +08:00
afc163 75b50e9731 wider the selection column and expand column of Table 2017-01-10 14:03:04 +08:00
afc163 1042681bcd Fix Table filter dropdown style 2017-01-10 13:46:52 +08:00
afc163 452aa84d9d fix table test case typo 2017-01-09 21:06:04 +08:00
afc163 1c493ad798 Fix error when Table[pagination] change, close #4532 2017-01-09 20:49:00 +08:00
afc163 7548f2068f remove comment 2017-01-09 19:35:41 +08:00
Wei Zhuand偏右 f6c0e69af5 cleanup npm scripts (#4499)
* Cleanup npm scripts

* Lint fix

* Don't need ignore js files

* Upgrade jest

* Add components index.tsx test
2017-01-08 17:04:09 +08:00
陆离andBenjy Cui e36039acf8 chore: Spinning Pagination of table while loading (#4462)
*  Spinning Pagination of table while loading

 - close #4461

* update snapshots of table
2017-01-04 18:43:11 +08:00
偏右andddcat1115 d811ebee5c New color system (#4426)
* Add new color patterns algorithm

* Add color palettes

* update other colors

* fix gray color

* update more tint/shade to colorPalette

* new font color

* Update doc for new color system

* improve doc style
2017-01-01 22:20:06 +08:00
Wei Zhuandddcat1115 29e4717fe3 Fallback table record key to data index. (#4397)
In last PR #4185, we removed data index from record key, it
leads to inconformity behavior.
2016-12-30 13:50:11 +08:00
Wei Zhu 42f98e6779 docs: fix typo. 2016-12-29 21:41:46 +08:00
可乐and偏右 2e4e1fcaef 避免 value 正好是数字 0 (#4401) 2016-12-29 13:42:14 +08:00
afc163 869fc54cf7 fix snapshots 2016-12-27 19:32:36 +08:00
afc163 668c481110 Fix table radius without column header, close #4373 2016-12-27 18:24:30 +08:00
afc163 e91f4f2335 improve style code 2016-12-27 17:57:17 +08:00
afc163 3e00fa8e64 update dynamic-settings table demo 2016-12-27 17:47:27 +08:00
afc163 d81c425588 fix snapshot 2016-12-26 18:24:00 +08:00
Wei Zhuand偏右 8018529582 Ensure checkbox props cache is cleared after dataSource changes. (#4288)
Fix #4245
2016-12-19 21:10:06 +08:00
Benjy Cui 62c22f31a9 docs: update demo for table 2016-12-19 16:45:58 +08:00
Sergio CrisostomoandBenjy Cui 7bc43493c1 docs: Add info about how to turn off pagination (#4285) 2016-12-19 16:37:29 +08:00
Benjy Cui 1351b5da5d refactor: remove splitObject 2016-12-19 15:19:15 +08:00
Wei Zhuand偏右 d7a110552b Don't use index as row key. (#4185)
* Ensure warning if key is undefined.

* Ensure getRecordKey receives index

* Remove rowKey's second parameter from doc.
2016-12-16 17:53:08 +08:00
Wei Zhu 666e80a1ba tests: Fix table import 2016-12-14 15:38:26 +08:00