Wei Zhu
8a6d9b92b7
Improve table types
Fix #10374
7 years ago
Ash Kumar
013932e6d3
Feature: (Issue 10213): Column 'sorter' function is passed 'sortOrder' as param ( #10306 )
* Table Column's sorter prop can now be provided a fn to which 'sortOrder' is passed as param
* head.md: added documentation for new use of 'sorter' prop function
7 years ago
afc163
15c6d58796
Table getCheckboxProps should be updated when rerender
close #10133
7 years ago
Terence
4458f3dde1
Fix missing key of column.title in Table ( #9658 ) ( #9670 )
7 years ago
Camol
2aed46012e
[feature]: add native Event - related to #9368 ( #9376 )
* [feature]: add native Event - related to #9368
* update tests and rc-checkbox's version
7 years ago
Wei Zhu
f78e0098fa
Improve Radio/Checkbox type definition
Close #9574
7 years ago
SimpleFrontend
9073237e70
Added selectionColumnWidth to TableRowSelection ( #9474 )
* Added selectionColumnWidth to TableRowSelection
* Updated documents
* Renamed selectionColumnWidth to columnWidth
7 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
Wei Zhu
f1fd85780e
Revert "fix type of column dataIndex ( #9298 )"
This reverts commit f8e996ee8e
.
Close #9393
7 years ago
Wei Zhu
7d5db31e67
Fix table custom spin indicator
Fix #9355
7 years ago
afc163
2909e5f651
Fix sorter icon click area overflow in Table
close #8979
7 years ago
Leo
f8e996ee8e
fix type of column dataIndex ( #9298 )
7 years ago
mgrdevport
5fd741bf21
Pass name prop down to the table selection input ( #9054 )
7 years ago
sallen450
a9562e75fe
Fix(Table): Hide emptyType in `Table` when `loading` prop is true ( #9095 )
* fix(Table): Hide text in when prop is true
* test(Table): renders empty table without emptyText when loading
* refactor: code style
7 years ago
afc163
63c620240b
emptyText should support function, close #8871
7 years ago
Wei Zhu
a64337748a
Fix table row create on every render.
Fix #8283
7 years ago
Wei Zhu
5cb5a2ae9d
Fix implicit any error for Table
7 years ago
Wei Zhu
22e5c0d954
Allow fix table selection column ( #8195 )
7 years ago
Wei Zhu
67336fca7b
Rename TableRow to BodyRow
7 years ago
Wei Zhu
5970dbb1ec
Fix table row selected className
Close #8074 #8075
7 years ago
Wei Zhu
f78d33ed59
Update rc-table ( #8187 )
* Update rc-table
* Add table drag sorting demo
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
Graeme Yeates
8395de01a2
Add support for column defaultSortOrder ( #6449 ) ( #8111 )
Fixes #6449
7 years ago
Benjy Cui
e5699aff68
fix: should not import moment while useless, close : #8013
7 years ago
afc163
86da4a95ce
Fix lint
7 years ago
Benjy Cui
7ea572bfc8
refactor: extract common locale logic ( #7915 )
7 years ago
afc163
a4a0816e5a
code indent
7 years ago
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
7 years ago
feng zhi hao
58fd54e978
fix: Table not trigger custom selection onSelect when hideDefaultSelections is true ( #7653 )
7 years ago
爱but的苍蝇
644891f8f6
add Table scroll typings ( #7640 )
7 years ago
Wei Zhu
1547b889b7
Revert "Add support for table default sort order" ( #7414 )
7 years ago
偏右
a7200c906c
Add hideDefaultSelections ( #7342 )
close #7295
7 years ago
Graeme Yeates
d21523ef8c
Use classNames to set ant-column-sort Table attribute
7 years ago
Graeme Yeates
40e94945d9
Add support for table default sort order ( #6449 )
7 years ago
Benjy Cui
119d498935
chore: replace http with https, close : #6893
7 years ago
paranoidjk
ba168b826f
refactor: use spread operator replace object-assign ( #6677 )
8 years ago
sojournerc
e2a99f53f7
add ClickEvent to Table.props.onRowClick interface
8 years ago
Jordan Hornblow
51655e2e7c
Allow Number type table keys. Make notification success, error, info, warn and warning non-optional ( #6434 )
* Allow Number type table keys. Make notification success, error, info, warn and warning non-optional
* Fix build error
8 years ago
Wei Zhu
baa8e23280
Pass className to table's pagination
fix #6416
8 years ago
afc163
55fc44aba4
fix table wrapper node null, #6245
8 years ago
afc163
54c6b63e9f
Fix table filter menu overflow issue, close #6245
8 years ago
afc163
93f7fd1c98
update table selection text and add select all demo
8 years ago
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
8 years ago
afc163
03c5689db6
tweak code style
8 years ago
feng zhi hao
8dfdce50f9
fix: improve rowSelection.selections of Table ( #5409 )
* improve rowSelection.selections of Table
* fix classNames spell error
* update class name
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
feng zhi hao
78bdbbfe93
fix: improve rowSelection.selections of Table ( #5409 )
* improve rowSelection.selections of Table
* fix classNames spell error
* update class name
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
Benjy Cui
8f81594f91
Refactor: introduce injectLocale ( #5289 )
* refactor: extract injectLocale and refactor Pagination, ref: #5103
* refactor: use injectLocale in Popconfirm, ref: #5103
* refactor: use injectLocale in TimePicker
* refactor: use injectLocale in Transfer
* refactor: use injectLocale in TreeSelect
* refactor: remove useless code in AutoComplete
* test: update snapshot
8 years ago
Wei Zhu
fee429909f
Change to correct page when table data changes ( #5277 )
Fix #5259
8 years ago