zombieJ
a3bd55b79a
revert #14608 ( #14898 )
* revert #14608
* add test case
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
何乐
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
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
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
Camol
ae2990e241
feature: [Table] Pagination on the top in addition to the bottom. fix… ( #9357 )
* feature: [Table] Pagination on the top in addition to the bottom. fix (#9346 )
* refactor pagination of table (#9357 )
* specify the position of pagination when using table - add test
* specify the position of pagination when using table - update API docs
* update api docs
* fix error
* add TablePaginationConfig extends PaginationProps
7 years ago
Cam Song
1af1534592
Add hideOnSinglePage to Pagination ( #8615 )
7 years ago
afc163
712451acf7
Fix codepen demo
7 years ago
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
7 years ago
Wei Zhu
baa8e23280
Pass className to table's pagination
fix #6416
8 years ago
Wei Zhu
1a8e738142
Set snapshotSerializers
8 years ago
Wei Zhu
fee429909f
Change to correct page when table data changes ( #5277 )
Fix #5259
8 years ago
afc163
6e4fae0e29
remove onChange functions in Table.onChange(pagination)
8 years ago
afc163
b34557ef17
Fix Table pagination.onChange arguments
react-component/pagination#58
8 years ago
afc163
93e152268c
remove it.only, ref #4779
8 years ago
afc163
a585f603d0
Fix Table selection page-jumping issue, close #4779
8 years ago
afc163
452aa84d9d
fix table test case typo
8 years ago
afc163
1c493ad798
Fix error when Table[pagination] change, close #4532
8 years ago
Wei Zhu
666e80a1ba
tests: Fix table import
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago