afc163
1be0936cb8
fix snapshots
8 years ago
afc163
04af6d5c7f
improve table demo style, close #5697
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
92b8e8534e
change variable names #5711
8 years ago
Sanjay Kumar
692ccf85e7
Adding less variables for table head background color and table row hover
8 years ago
mArker
cb67059dd0
add `min-width`
selection-column and expand-icon-th
if the width total of your columns >= 100%, must have `min-width`.
8 years ago
afc163
aaf28299ce
fix table column align in demo
8 years ago
Wei Zhu
1a8e738142
Set snapshotSerializers
8 years ago
afc163
51f1403e14
align table head in demo
8 years ago
Wei Zhu
aa23606166
Update snapshot
8 years ago
afc163
f77f020517
update table filter demo, close #5439
8 years ago
afc163
03c5689db6
tweak code style
8 years ago
HJin.me
47589ba92c
fix get(Popup|Calendar|Suggestion|Tooltip)Container ts type ( #5528 )
8 years ago
陆离
15e6133867
Filter Icon of Table ( #5293 )
* Filter Icon of Table
+ close #5287
+ add `isFiltered` props for mark dataSource is filterd
+ improve CustomFilter Demo
* fix doc
* update
* custome filter icon
* custome filter icon
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
afc163
77b382fb1c
update table demo
8 years ago
afc163
8eb472a466
Fix Table selectAll behavious inside Popover, close #5407
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
afc163
106d9a70e2
update table demo
8 years ago
afc163
fd7b5bdcf4
Fix Table selectAll behavious inside Popover, close #5407
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
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
一喵呜
e72cc5e742
Update index.less ( #5341 )
8 years ago
Wei Zhu
fee429909f
Change to correct page when table data changes ( #5277 )
Fix #5259
8 years ago
Wei Zhu
ae021260dd
Revert "docs: Document argument order swap in sorter function. ( #5343 )"
This reverts commit ac2e611168
.
8 years ago
Jesper We
ac2e611168
docs: Document argument order swap in sorter function. ( #5343 )
8 years ago
Wei Zhu
80043581c5
docs: Add a link to Array.sort
8 years ago
Wei Zhu
557f40aec4
Use a constant to avoid creating new object
Ref #5300
8 years ago
afc163
83df2c98af
pagination in demo should be immuatable, ref #5300
8 years ago
Wei Zhu
f567342d95
Fix grouping column table sort and filter in controlled mode ( #5211 )
Close #5158
8 years ago
afc163
82b54ad42a
update table th text color
8 years ago
afc163
977aa62d94
Fix small table border, close #5237
8 years ago
afc163
54984d6d4c
Fix td hover bg transition
8 years ago
afc163
4f845afa46
tweak table select all style
8 years ago
Colton Pierson
47d107bb2a
fix implicit type any in checkbox props by item values getCheckboxPropsByItem and getRecordKey ( #5207 )
8 years ago
Wei Zhu
5b1a4dabaf
Tweak Table style
1. Fix expand cell width to 50px;
2. Fix select all cell width in different size.
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
afc163
bae042b29f
Fix small table fixed header border, close #5182
8 years ago
偏右
3cf056b010
percise the rowKey warning message
8 years ago
afc163
261a31aeea
Fix Table title padding
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
Wei Zhu
8bfbe9b6df
update snapshot
8 years ago
Benjy Cui
fb8f90c102
feat: form ( #5063 )
* feat: support Form[layout], close : #5056
* feat: Form should be responsive, close : #5055
* test: update snapshot
* fix: resolve conflict betwen layout defaultValue and inline & vertical
8 years ago
afc163
5eef3fa467
fix snapshot test
8 years ago
Benjy Cui
758559f718
test: update snapshots
8 years ago
Wei Zhu
2fb52944e4
Setting table row hover bg on td ( #5077 )
Related issue #5067
8 years ago
afc163
cf4ad5ddb8
fix test case
8 years ago
afc163
f6715df3b5
closest => dom-closest, fix ssr
8 years ago