zombieJ
a3bd55b79a
revert #14608 ( #14898 )
* revert #14608
* add test case
6 years ago
zombieJ
d2c17cd747
only set getPopupContainer when scroll provides ( #14864 )
* only set getPopupContainer when scroll provides
* adjust
6 years ago
Wei Zhu
32a61d8596
fix: handle true for Table[pagination] properly
`pagination` is not designed to accept `true` value,
but in practice, many people assign `true` to `pagination`,
since they thought `pagination` accepts boolean value.
6 years ago
zombieJ
67ad35bc26
fix additional className ( #14770 )
6 years ago
何乐
b3834e48b1
Table: fix showing only first page ( #14724 )
* Table: fix showing only first page
* correct condition of pagination in Table
* correct test file
* handle changes
* improve test case
6 years ago
afc163
c563bc1d10
🐛 Table should pick pageSize over defaultPageSize in priority
close #14320
6 years ago
sdli
18262297da
fix table.pagination bug - when pageSize is larger than data source length
6 years ago
zombieJ
5cec6b56fb
Table sorter tooltip ( #14208 )
close #14168
6 years ago
zombiej
6777635120
add warning when user both use `expandedRowRender` & `scroll` on Table
6 years ago
ycjcl868
3b55f63ef5
🐛 strictNullCheck with defaultProps
6 years ago
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
6 years ago
Go7hic
c095c3d370
bugfix
6 years ago
zombieJ
2164c58198
New Component: Empty ( #13651 )
6 years ago
Wei Zhu
96e1d770ec
Revert "fix"
This reverts commit 839d0dcb09
.
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
Harlan
6b6ec278cc
Table: add prop `sortDirections` for table and column ( #13773 )
* Table: add prop `sortMethods`
with `sortMethods` user can change table sort methods and its order
* Table: `sortMethods` can be set on column prop
* rename `sortMethods` to `sortDirections`
6 years ago
yibu.wang
839d0dcb09
fix
6 years ago
Sam Lanning
e56e1a71c3
[chore] fix useless assignments to local variables
This commit addresses all the instances of useless assignments to
local variables, as found by LGTM.com
6 years ago
zy410419243
2bfc23b6f1
fix: render correctly when set childrenColumnName
6 years ago
zombieJ
68ad468938
move sorter logic from div to th cell ( #13669 )
fix #13467
6 years ago
afc163
860809f173
✅ fix invalid title in div
6 years ago
陈帅
daca08b6f1
merge master
6 years ago
陈广亮
1e0400704b
fix getColumnTitle bug
title: <div>
<span>title</span>
null
</div>
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombiej
821ced5e30
fix filtered record miss selectedRows
fix #11384
6 years ago
zy410419243
4b6d2ede2f
pref: fix codecov problem
6 years ago
zy410419243
ddec8a4db6
test: update snapshots
6 years ago
zy410419243
32d1f2852a
fix: add title type
6 years ago
zy410419243
20de214c49
pref: fix ci problem
6 years ago
zy410419243
374c831822
pref: fix lint problem
6 years ago
zy410419243
4354e0aec4
fix : #13312
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
Laith
2bf0fadb11
Starting sort order with 'ascend', then 'descend', then undefined. ( #13069 )
6 years ago
zombiej
8fbfa1f876
should check more strict to avoid shallow compare miss match
fix #13028
6 years ago
ztplz
6ad23c370e
Fix CI
6 years ago
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
6 years ago
afc163
f1d1d87de0
Fix unexpected column title in unsorted columns
6 years ago
afc163
688f4ec8d6
Fix sort state not change when columns in render
close #12571
6 years ago
afc163
419287de2b
Fix sort event on every columns when sorter is true
close #12515
6 years ago
Wei Zhu
ff0595733f
refactor: use instanceof instead typeof
6 years ago
Wei Zhu
2bf2bb5af4
fix: type error
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
afc163
8d3cb85142
fix sort state when toggle between multiple columns
6 years ago
afc163
a0b8637783
destructuring assignment
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
8feb15ea72
fix test case
6 years ago
afc163
6530de2961
revert getPopupContainer
6 years ago
afc163
209e40508d
fix sort
6 years ago
afc163
27e2654f0f
sort by click column area
6 years ago