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
Wei Zhu
557f40aec4
Use a constant to avoid creating new object
Ref #5300
8 years ago
Wei Zhu
f567342d95
Fix grouping column table sort and filter in controlled mode ( #5211 )
Close #5158
8 years ago
Wei Zhu
c037abab6a
Align table checkbox ( #5183 )
* Align table checkbox
* Don't select Item
* I18n selection text
* Update snapshot
8 years ago
偏右
3cf056b010
percise the rowKey warning message
8 years ago
Wei Zhu
570e2ce1dc
Check if Table[pagination] exist
When pagination is null, a error "Cannot use 'in' operator to search for 'current' in null"
will raise.
8 years ago
feng zhi hao
6d903a6ba5
add custom selection in Table ( #4962 )
* add custom selection in Table
* update snapshots
* update snapshots again
* optimize selection in Table
* update test
* update snapshots
* improve test
* fix test
8 years ago
afc163
a7c6c027ce
Fix ts definition of Table & RangePicker
close https://segmentfault.com/q/1010000008423156
8 years ago
afc163
c1f3b58b28
Fix table wrapper float layout, close #4945
8 years ago
Benjy Cui
b7519a65c0
fix: should clear float, close : #4945
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
bd6bc70302
Rollback #4869 for better loading animation, close #4934
8 years ago
偏右
4c0af2ba1f
refactor: reduce table nested level ( #4869 )
* reduce table nested level, #4868
* update table snapshot
8 years ago
lixiaoyang
d05a03fe00
feat: Table的loading可以使用Spin的属性 ( #4824 )
* Table的loading可以使用Spin的属性
* Test
* Fix
* test
8 years ago
Warren Seymour
7010dd018d
Add 'middle' as a valid value for `Table.props.size` ( #4819 )
8 years ago