afc163
ec7c99998a
🎬 fix react-dnd depracated usage
6 years ago
afc163
57c28def68
revert unknown to any
6 years ago
afc163
936fea5769
🐛 Fix onRow return types
https://github.com/ant-design/ant-design/issues/17245#issuecomment-504807714
6 years ago
afc163
bdfd877f3a
🐛 Fix a Table scrollbar style in IE
when customize line-height of empty table
close #17175
6 years ago
zombieJ
e2732eea1e
add fix css ( #17198 )
6 years ago
yoyo837
f0ed471709
使操纵杆右侧半边也可以操作
6 years ago
wtzeng1
ee1b5975e4
fix(Doc): remove useless option in API Doc for Table component
6 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
zombieJ
b77dbd331d
fix: Table crash when filter dynamic change ( #17141 )
* update test case
* fix: Table change filter should not crash
* rm focus test
6 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
afc163
6d2ad5c324
💄 optimize bordered table header scrollbar style
continue after #17065
6 years ago
afc163
52905e1b39
💄 adjust bordered table header scrollbar style
6 years ago
afc163
b585751e49
✅ update snapshots
6 years ago
zombieJ
e67270cd59
fix: Table with sort should reset to first page ( #17020 )
* sort reset pagination
* add test case
6 years ago
afc163
e5e22e2f9a
✅ Fix test snapshots
6 years ago
zombieJ
3547887e75
fix: Table miss border-raidus in Firefox ( #16957 )
* Revert "Merge pull request #16174 from ant-design/fix-table-chrome"
This reverts commit 686c1fc346
, reversing
changes made to 924afc2706
.
* firefox only
* add comment
6 years ago
zjf
9c1691b8a3
rebase
6 years ago
afc163
b1f81045c6
💄 Fix scrollbar border bottom
6 years ago
afc163
1d1339e302
✅ update snapshots
6 years ago
afc163
553487e006
🐛 Fix Table header extra scrollbar control
close #4637
close #14211
https://github.com/react-component/table/pull/333
6 years ago
afc163
eb063d58fa
🐛 Fix abnormal scrollbar in Chrome
when rowSelection and title work together
close #16912
6 years ago
alxkosov
fb6d629e7b
Added 2 variables to flexibly control the background of the table cells ( #16843 )
6 years ago
Sergey Levkovich
7304daf4fa
Update index.en-US.md
6 years ago
afc163
c4128c0d14
🐛 Fix selectedRows missing when there is childrenColumnName in Table
close #16614
6 years ago
afc163
be75d125b6
✅ Fix snapshots
6 years ago
afc163
5313777681
💄 Improve Table demo color style
6 years ago
zombieJ
399778ce2b
update snapshot ( #16556 )
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
afc163
969c171da1
fix filterDropdown type
6 years ago
陈帅
785c132262
meger feature to master ( #16421 )
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
6 years ago
陈帅
30508b0124
fix error types ( #16043 )
6 years ago
afc163
7b56290ef4
📝 Improve column.align document
6 years ago
zombieJ
197c424e54
fix small table header have background color ( #16266 )
6 years ago
zombieJ
73188ac497
fix: Table `rowSelection.columnWidth` should work ( #16180 )
* set row col width instead of check cecll width
* use rc-table internal hook
* update snapshot
6 years ago
Aaron Cawte
719aff7b1f
Documentation - Table Component
6 years ago
zombiej
7e3c338c22
remove background lock
6 years ago
zombiej
09ed59dba7
rm useless code
6 years ago
zombiej
a137749b53
move background color into tr
6 years ago
zombieJ
21c0ba5bbd
udpate warning ( #16138 )
6 years ago
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
afc163
60f4930348
📝 Optimize table and form documentation
6 years ago
zombieJ
38f701cc90
fix: Empty in IE not fully render ( #16016 )
* fix viewBox
* update snapshot
6 years ago
zombieJ
41316e69e8
update snapshot ( #16017 )
6 years ago
zombieJ
df3e1b21d8
fix nest table style ( #16008 )
6 years ago
偏右
d922c377cb
refactor: Optimize default selection column width implement ( #15990 )
* 🔨 Optimize default selection column width implement
make it be able to overrided in css
close #15968
* ✅ update snapshots
6 years ago
Salavat Gizatov
574313d2d8
feat: table customizing variable ( #15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
6 years ago
zombiej
fc45d7003e
fix ts def
6 years ago
zombiej
961b081939
update snapshot
6 years ago
zombiej
bdc3ad431d
fix align right not work
6 years ago