muzea
|
0760cb7ff7
|
docs(table): generic type arguments in jsx elements demo
|
2018-11-09 18:35:34 +08:00 |
|
afc163
|
368468829f
|
Fix nested Table style insider another wrapper
close #13025
|
2018-11-08 20:52:38 +08:00 |
|
afc163
|
2358cbef31
|
💄 improve table style
|
2018-11-08 14:45:16 +08:00 |
|
afc163
|
9b9f2ceaaf
|
Fix nested small/middle size Table style
|
2018-11-08 14:21:39 +08:00 |
|
afc163
|
fa457c465d
|
docs: explain tree table and childrenColumnName, close #13002
|
2018-11-07 17:37:58 +08:00 |
|
afc163
|
213693e333
|
🌐 site: transition component category, close #11629
|
2018-11-04 16:20:35 +08:00 |
|
afc163
|
1784949e94
|
Fix style overlap with sorter when long text in Table column header
close #12650
ref #12552
|
2018-11-04 15:54:31 +08:00 |
|
yoyo837
|
41360cc4c8
|
update dataIndex description
|
2018-11-03 12:32:56 +08:00 |
|
afc163
|
2aefdda0ff
|
Build in and improve UI of nested Table in expand-children Table
close #12877
|
2018-11-02 18:23:26 +08:00 |
|
afc163
|
a7f17b4cde
|
Fix sort order broken issue when columns were put in render
will handle these situation
- with 'key'
- with function has same stringify value
close #12870
close #12737
|
2018-11-01 13:44:48 +08:00 |
|
afc163
|
08600adade
|
Fix fixed-columns Table border issue, close #9687
|
2018-10-31 17:03:40 +08:00 |
|
afc163
|
073ffd6503
|
fix typo selector, #12723
|
2018-10-26 23:59:57 +08:00 |
|
afc163
|
a835536dde
|
Fix checkbox align of small/middle size table, close #12723
|
2018-10-26 23:49:13 +08:00 |
|
afc163
|
6f955681b8
|
Fix small size table header border missing in Firefox
close #12840
ref #12628
|
2018-10-26 23:22:41 +08:00 |
|
zombiej
|
0235ba585f
|
adjust small table placeholder style
fix #12682
|
2018-10-24 23:30:03 +08:00 |
|
Ivan Kravets
|
65f85257b0
|
Avoid static table backgrounds and use dynamically calculated
Tested with light/dark themes.
|
2018-10-23 12:30:59 +08:00 |
|
Li Chao
|
b92d4ed627
|
Update head.md
The parameters of the sorter method are rows
|
2018-10-18 11:09:59 +08:00 |
|
afc163
|
42e5b8b77e
|
Fix Table th border missing in Firefox
close #12628
solution found at https://stackoverflow.com/a/16337203
|
2018-10-15 11:12:16 +08:00 |
|
afc163
|
68c177cdc1
|
update snapshot
|
2018-10-10 15:12:06 +08:00 |
|
afc163
|
f1d1d87de0
|
Fix unexpected column title in unsorted columns
|
2018-10-10 14:50:59 +08:00 |
|
afc163
|
46f4a3e9da
|
Fix Table sort style of right-aligned column
when size is small
|
2018-10-10 14:45:56 +08:00 |
|
afc163
|
55a13a11fc
|
Fix Table sort style of right-aligned column
close #12552
|
2018-10-10 13:52:33 +08:00 |
|
afc163
|
688f4ec8d6
|
Fix sort state not change when columns in render
close #12571
|
2018-10-10 11:23:44 +08:00 |
|
afc163
|
9e58e56e76
|
tweak sorter icon position
|
2018-10-09 18:53:32 +08:00 |
|
afc163
|
86b342545d
|
Fix sorted column background in small size Table
|
2018-10-09 18:53:32 +08:00 |
|
afc163
|
419287de2b
|
Fix sort event on every columns when sorter is true
close #12515
|
2018-10-06 18:21:30 +08:00 |
|
Wei Zhu
|
a9f7a2d38d
|
tweak table sort icon size
|
2018-10-02 00:48:45 +08:00 |
|
Wei Zhu
|
a3ce6678cb
|
Update snapshot
|
2018-10-01 23:57:45 +08:00 |
|
Wei Zhu
|
ff0595733f
|
refactor: use instanceof instead typeof
|
2018-09-30 17:04:05 +08:00 |
|
Wei Zhu
|
2bf2bb5af4
|
fix: type error
|
2018-09-30 16:58:25 +08:00 |
|
Wei Zhu
|
1c1a67fe1d
|
Merge branch 'feature'
|
2018-09-30 16:53:28 +08:00 |
|
Wei Zhu
|
fe677e2966
|
fix: type error of filterDropdown
|
2018-09-30 16:11:25 +08:00 |
|
zombieJ
|
2cd0ca3225
|
Get the filtered data after executing the filter function on the dataSource (#12369)
* update testcase
* rename as currentDataSource
|
2018-09-30 11:17:39 +08:00 |
|
Wei Zhu
|
fcb546ea57
|
Update snapshot
|
2018-09-29 16:41:56 +08:00 |
|
Wei Zhu
|
4ce3800de7
|
Merge branch 'master' into feature
|
2018-09-29 16:27:07 +08:00 |
|
KentonYu
|
5545342bd4
|
docs: 修改 Table 文档 (#12460)
RowSelection 中 onSelectAll、onSelect 说明中的 列 改为 行
|
2018-09-28 22:05:43 +08:00 |
|
Wei Zhu
|
306bce385b
|
Improve type definition and doc of TableComponents
|
2018-09-25 19:48:50 +08:00 |
|
Xiaoyu Li
|
1f8ac3f697
|
fix filterIcon type
based on api [ReactNode|(filtered: boolean) => ReactNode]
https://ant.design/components/table-cn/#components-table-demo-dynamic-settings
|
2018-09-22 20:11:09 -05:00 |
|
ycjcl868
|
4d1e46e03d
|
Merge master into feature
|
2018-09-23 01:43:35 +08:00 |
|
zombiej
|
2906b456ce
|
update test case
|
2018-09-22 14:53:45 +08:00 |
|
zombiej
|
048a9020f3
|
adjust style
|
2018-09-22 14:53:45 +08:00 |
|
zombiej
|
50dc59e1ce
|
adjust table style
|
2018-09-22 14:53:45 +08:00 |
|
afc163
|
8d3cb85142
|
fix sort state when toggle between multiple columns
|
2018-09-21 19:06:38 +08:00 |
|
afc163
|
a0b8637783
|
destructuring assignment
|
2018-09-21 19:06:38 +08:00 |
|
Wei Zhu
|
d5a77eff0b
|
Update snapshot
|
2018-09-21 17:32:35 +08:00 |
|
偏右
|
85749c94fb
|
test: remove it.only
|
2018-09-21 15:55:00 +08:00 |
|
afc163
|
7c6299e12e
|
Merge branch 'master' into feature
|
2018-09-21 14:03:04 +08:00 |
|
afc163
|
f0974e0da7
|
support column.title as render props
```jsx
columns={[{
title: (filters, sortOrder) => <div>Title</div>,
}]}
```
close #11246
|
2018-09-21 13:41:08 +08:00 |
|
afc163
|
71316d6baa
|
update table snapshot
|
2018-09-21 13:41:08 +08:00 |
|
afc163
|
8feb15ea72
|
fix test case
|
2018-09-21 13:41:08 +08:00 |
|