afc163
|
073ffd6503
|
fix typo selector, #12723
|
6 years ago |
afc163
|
a835536dde
|
Fix checkbox align of small/middle size table, close #12723
|
6 years ago |
afc163
|
6f955681b8
|
Fix small size table header border missing in Firefox
close #12840
ref #12628
|
6 years ago |
zombiej
|
0235ba585f
|
adjust small table placeholder style
fix #12682
|
6 years ago |
Ivan Kravets
|
65f85257b0
|
Avoid static table backgrounds and use dynamically calculated
Tested with light/dark themes.
|
6 years ago |
Li Chao
|
b92d4ed627
|
Update head.md
The parameters of the sorter method are rows
|
6 years ago |
afc163
|
42e5b8b77e
|
Fix Table th border missing in Firefox
close #12628
solution found at https://stackoverflow.com/a/16337203
|
6 years ago |
afc163
|
68c177cdc1
|
update snapshot
|
6 years ago |
afc163
|
f1d1d87de0
|
Fix unexpected column title in unsorted columns
|
6 years ago |
afc163
|
46f4a3e9da
|
Fix Table sort style of right-aligned column
when size is small
|
6 years ago |
afc163
|
55a13a11fc
|
Fix Table sort style of right-aligned column
close #12552
|
6 years ago |
afc163
|
688f4ec8d6
|
Fix sort state not change when columns in render
close #12571
|
6 years ago |
afc163
|
9e58e56e76
|
tweak sorter icon position
|
6 years ago |
afc163
|
86b342545d
|
Fix sorted column background in small size Table
|
6 years ago |
afc163
|
419287de2b
|
Fix sort event on every columns when sorter is true
close #12515
|
6 years ago |
Wei Zhu
|
a9f7a2d38d
|
tweak table sort icon size
|
6 years ago |
Wei Zhu
|
a3ce6678cb
|
Update snapshot
|
6 years ago |
Wei Zhu
|
ff0595733f
|
refactor: use instanceof instead typeof
|
6 years ago |
Wei Zhu
|
2bf2bb5af4
|
fix: type error
|
6 years ago |
Wei Zhu
|
fe677e2966
|
fix: type error of filterDropdown
|
6 years ago |
zombieJ
|
2cd0ca3225
|
Get the filtered data after executing the filter function on the dataSource (#12369)
* update testcase
* rename as currentDataSource
|
6 years ago |
Wei Zhu
|
fcb546ea57
|
Update snapshot
|
6 years ago |
KentonYu
|
5545342bd4
|
docs: 修改 Table 文档 (#12460)
RowSelection 中 onSelectAll、onSelect 说明中的 列 改为 行
|
6 years ago |
Wei Zhu
|
306bce385b
|
Improve type definition and doc of TableComponents
|
6 years ago |
Xiaoyu Li
|
1f8ac3f697
|
fix filterIcon type
based on api [ReactNode|(filtered: boolean) => ReactNode]
https://ant.design/components/table-cn/#components-table-demo-dynamic-settings
|
6 years ago |
zombiej
|
2906b456ce
|
update test case
|
6 years ago |
zombiej
|
048a9020f3
|
adjust style
|
6 years ago |
zombiej
|
50dc59e1ce
|
adjust table style
|
6 years ago |
afc163
|
8d3cb85142
|
fix sort state when toggle between multiple columns
|
6 years ago |
afc163
|
a0b8637783
|
destructuring assignment
|
6 years ago |
Wei Zhu
|
d5a77eff0b
|
Update snapshot
|
6 years ago |
偏右
|
85749c94fb
|
test: remove it.only
|
6 years ago |
afc163
|
f0974e0da7
|
support column.title as render props
```jsx
columns={[{
title: (filters, sortOrder) => <div>Title</div>,
}]}
```
close #11246
|
6 years ago |
afc163
|
71316d6baa
|
update table snapshot
|
6 years ago |
afc163
|
8feb15ea72
|
fix test case
|
6 years ago |
afc163
|
bcb06ec174
|
Add active style of filtered state
|
6 years ago |
afc163
|
6530de2961
|
revert getPopupContainer
|
6 years ago |
afc163
|
209e40508d
|
fix sort
|
6 years ago |
afc163
|
da33358e75
|
tweak icon active style
|
6 years ago |
afc163
|
27e2654f0f
|
sort by click column area
|
6 years ago |
afc163
|
6f67c435c2
|
separate filter and sort into two click area
|
6 years ago |
afc163
|
4c84dad106
|
move filter icon to end of column head
|
6 years ago |
zombiej
|
954c7ecd8e
|
fix #12284. confirmFilter is after set state
|
6 years ago |
afc163
|
c935d53b71
|
Fix sorter icon align of Table
|
6 years ago |
zombiej
|
26c3ea4f4a
|
fix #12233. Height should not in transition.
|
6 years ago |
zombiej
|
2b22d6b19c
|
bump rc-switch & update test case
|
6 years ago |
Mikasa33
|
6833e767c6
|
Add defaultSortOrder (#12229)
添加默认排序参数说明
|
6 years ago |
zombiej
|
526f10d5ff
|
fix #12179. Remove transition of border in small table
|
6 years ago |
zombiej
|
b1f9f03b3d
|
fix #6515. Add opacity on the table header as fixing additional scroll bar workaround.
|
6 years ago |
HeskeyBaozi
|
976f6969f4
|
update test snapshot
|
6 years ago |