zombiej
1ca45ac8fe
chore: Update snapshot
2020-04-08 16:11:01 +08:00
Yu
e852433ef3
fix: FilterDropdownProps TypeScript definition update ( #22895 )
2020-04-03 20:15:27 +08:00
二货机器人
75524df190
fix jsx filter not work ( #22888 )
2020-04-03 16:32:50 +08:00
二货机器人
1e5c527146
fix: Table header columns size with filter or sorter ( #22872 )
...
* fix size columns
* update snapshot
* more test code
* patch
* force ci
* fix hover small style
* adjust less
2020-04-03 13:42:57 +08:00
二货机器人
14cd2dc434
adjust nest table logic ( #22868 )
2020-04-02 22:22:34 +08:00
二货机器人
b28b2007be
fix: Center not work in Table ( #22858 )
...
* fix: Center not work in Table
* update snapshot
* fix test case
2020-04-02 18:53:49 +08:00
二货机器人
9aa61b78e1
support undefined remove filter icon ( #22833 )
2020-04-01 22:19:32 +08:00
二货机器人
f2a3ef5926
fix: Table expanded logic ( #22832 )
...
* update rc-table deps
* fix style mapping
* snapshot
2020-04-01 20:57:35 +08:00
afc163
c38324e863
docs: 📖 Add FAQ about table filter logic
2020-04-01 19:15:30 +08:00
afc163
ddb0ac46ba
fix: 🐛 Table unchanged filter should not trigger onChange
...
ref https://github.com/ant-design/ant-design/issues/22819#issuecomment-607171024
2020-04-01 19:15:30 +08:00
Michael Shing
06f29d0caa
fix: support table getPopupContainer on row selections ( #22787 )
...
* fix: support table getPopupContainer on row selections
* move top to before right
* Add cursor to dropdown arrow
* Feedback suggestion
Co-Authored-By: 偏右 <afc163@gmail.com>
Co-authored-by: Michael Shing <mshing@datto.com>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-04-01 17:14:53 +08:00
二货机器人
63e0ce6597
fix: Safari shadow bug ( #22794 )
2020-03-31 22:04:03 +08:00
偏右
faa71fd7bd
fix: Table loading compatibility ( #22739 )
...
* 🐛 Fix Table loading not working when no spinning field
close #22733
* ✅ improve table test case
2020-03-30 15:45:14 +08:00
偏右
db3a81ab19
feat: 🔢 improve default pagination switch experience ( #22711 )
...
* 🆙 rc-pagination to 2.1.0
* ✅ update snapshot and fix ci
* 🆙 rc-pagination to 2.2.0
* ✅ update snapshot
Co-authored-by: zombiej <smith3816@gmail.com>
2020-03-29 20:15:05 +08:00
zefeng
dda45e4796
feat: support compact theme ( #22126 )
...
* feat: support narrow theme mode
* chore: rename narrow to compact
* chore: height part
* chore: preview compact mode
* chore: to make site corrected
* chore: preview site
* docs: 📖 document compact theme usage
* docs: tweak theme doc
* docs: 📖 Add description about double css bundle size
* chore: preview
* chore: for preview
* chore: adjust pagination
* chore: compact mode done!
* chore: remove useless todo
* chore: fix review bug
* chore: fix review bug
* chore: fix card margin
* chore: fix review bug
* chore: fix review bug
* chore: improve i18n and transition
* Update site/theme/static/common.less
Co-Authored-By: 偏右 <afc163@gmail.com>
* chore: fix button size and description padding
* chore: update snapshots
* chore: add compact css bundlesize limit
* chore: compact dist support
Co-authored-by: afc163 <afc163@gmail.com>
2020-03-29 10:39:46 +08:00
zombiej
913204282b
merge master
2020-03-28 16:31:17 +08:00
zombiej
9e38928379
chore: Update snapshot
2020-03-27 22:43:39 +08:00
二货机器人
c9ab023d39
fix: Safari render bug ( #22680 )
2020-03-27 22:36:27 +08:00
Tom Xu
fa030a6511
feat: Table pagination position add more option ( #22647 )
...
* feat: Table pagination position add more option
* table upate snap
* Table pagination demo remove not use code
* update snap
2020-03-27 15:48:42 +08:00
zombiej
7878fb6edc
fix test case
2020-03-27 13:25:18 +08:00
zombiej
73562d878c
merge master
2020-03-27 13:12:37 +08:00
二货机器人
0fa8e4cfab
fix: Table nest style ( #22643 )
2020-03-26 23:39:16 +08:00
zombiej
9316f180ca
chore: Update snapshot
2020-03-26 23:18:17 +08:00
Tom Xu
f5c0eacf6f
fix: Table rowSelection event bubbling ( #22566 )
...
* fix: Table rowSelection event bubbling
* test: Table should onRowClick not called when checkbox clicked
2020-03-25 10:51:49 +08:00
Tom Xu
c7add36de6
fix: 4.0 Table with emptyText is not centered ( #22548 )
...
* fix #22176
* update table test
2020-03-24 19:51:34 +08:00
afc163
e0c1863108
✅ fix snapshot
2020-03-24 12:24:23 +08:00
afc163
e12e2971d8
merge feature into master-to-merge-feature
2020-03-23 15:02:22 +08:00
二货机器人
3459bfc0be
docs: 4.0.4
changelog ( #22505 )
...
* docs: Init changelog
* order
* grouping
* clean up
2020-03-23 10:57:37 +08:00
二货机器人
9dbd41a853
fix: Table column group with controlled sorter ( #22450 )
...
* update interface
* support group sorterOrder controlled
* add test case
* fix test case
2020-03-20 23:33:14 +08:00
偏右
a399d05ace
Merge pull request #22435 from ant-design/master
...
chore: 🔀 merge master into feature
2020-03-20 16:04:26 +08:00
Akshat Mittal
fff1f5b7ae
Fix Ant Table Border Radius ( #22413 )
2020-03-20 10:57:23 +08:00
Rainy
53e9ca20b6
fix: Omit 'checked' for getCheckboxProps return type ( #22391 )
...
* Omit 'checked' for getCheckboxProps return type
* Update interface.tsx
* Update interface.tsx
2020-03-19 23:58:25 +08:00
xrkffgg
10d97bf346
style: add rtl.less of Table ( #22402 )
2020-03-19 17:21:41 +08:00
偏右
b80788556d
Merge pull request #22381 from ant-design/master
...
chore: 🔀 merge master into feature
2020-03-19 12:10:07 +08:00
xrkffgg
e0942ace80
fix: Table less lint ( #22374 )
2020-03-19 10:06:56 +08:00
二货机器人
2215c7e17a
fix: Table row height ( #22367 )
...
* fix style
* rtl support
2020-03-18 22:13:12 +08:00
BugHiding
38c72f279e
fix: Table row expand icon show error in ipad ( #22334 )
...
* update table-row-expand-icon style
* change code position
2020-03-18 13:09:03 +08:00
Xudong Huang
8fb9db174d
fix: Table column filter value type could be any ( #22277 )
...
* fix: Table column filter value type could be any
* Update components/table/interface.tsx
Co-Authored-By: 偏右 <afc163@gmail.com>
* fix: Solve modification type failed CI check
Co-authored-by: 偏右 <afc163@gmail.com>
2020-03-18 11:20:21 +08:00
二货机器人
f4d3dc4306
fix: Table onFilter only should work ( #22317 )
...
* adjust table logic
* test case
2020-03-17 21:50:01 +08:00
afc163
46a8cf7dc7
merge feature into master-to-merge-feature
2020-03-16 15:52:39 +08:00
偏右
9a5cea7302
fix: Table filter sub menu max height with many items ( #22230 )
...
close #22228
2020-03-15 20:50:02 +08:00
偏右
313f71a3c1
Update index.en-US.md ( #22188 )
2020-03-13 14:36:21 +08:00
Rainy
e60f18ce0b
Update index.zh-CN.md ( #22187 )
2020-03-13 14:36:14 +08:00
Rainy
caf6143c1a
Update index.en-US.md
2020-03-13 14:16:06 +08:00
偏右
71c8fac72f
Merge branch 'feature' into master-to-merge-feature
2020-03-13 11:52:28 +08:00
afc163
e2029e398e
✅ update snapshots
2020-03-13 11:48:56 +08:00
二货机器人
6a563ff49c
docs: Update Table resize demo ( #22165 )
...
* update demo
* update snapshot
2020-03-12 21:30:08 +08:00
二货机器人
f44f6f38cf
fix: Table dropdown prefix cls ( #22133 )
...
* fix: Table dropdownPrefixCls
* update snapshot
* update snapshot
2020-03-11 23:58:32 +08:00
二货机器人
7ec2b771d4
fix: Table expandable with fixed column style ( #22131 )
2020-03-11 22:08:07 +08:00
afc163
d03ac85f36
🔀 merge master into feature
2020-03-11 15:41:51 +08:00