ycjcl868
839ed3ed05
fix: table site dark style
5 years ago
vagusX
46e1ad1b51
feat: update @ant-design/icons@4.0.0-alpha.13 ( #20427 )
5 years ago
二货机器人
bfe1294562
4.0 table ( #20350 )
* chore: Update table style
* chore: diff table filter hover color
* style lint
5 years ago
He Linming
ea9e9fb410
🐛 (Table): fix filters define in onChange ( #20337 )
close #20270
5 years ago
陈小聪
53bed3ffa8
fix: 4.0 table demo ts to js no work ( #20298 )
5 years ago
二货机器人
b07d95b0dd
docs: Update Table scroll docs ( #20204 )
5 years ago
zombiej
50b82ca509
test: Update test case snapshot
5 years ago
Olivier Louvignes
3ef0a402b5
feat(table): Add defaultFilteredValues to table columns ( #20088 )
5 years ago
二货机器人
7b4123258b
fix: table should not show sorter when sorter is falsy ( #20187 )
fix #20096
5 years ago
ycjcl868
1641e5a37b
fix: lint
5 years ago
ycjcl868
bb42770da7
fix: rename @gray-11 to @popover-background
5 years ago
Kim, Harim
850a5b4567
Docs: fix table demo typing error ( #20115 )
* Docs: fix table demo typing error
* test: update snapshots (#20115 )
* test: update snapshots (#20115 )
5 years ago
zombiej
3d8b076b83
fix: table fixed columns should not overlap other z-index element
fix #20098
5 years ago
骗你是小猫咪
114fdd9333
fix: upgrade rc-tooltip lint fail ( #19408 )
* fix: upgrade rc-tooltip lint fail
* fix tooltip typescript type
* rebase and update snapshots
* update tests
* change trigger mock export
* upgrade rc-trigger
* fix type error
* upgrade dependencies
* update snapshots
* upgrade rc-calendar and test use sleep
* update snapshots
* fix test fail
* update snapshots
5 years ago
偏右
89a6593c44
🐛 Fix Table column align in windows chrome ( #19986 )
close #19952
5 years ago
ycjcl868
dfab3c4ab5
fix: border-color in popover component
5 years ago
ycjcl868
7b826879de
fix: @link hover,active color
5 years ago
ycjcl868
62952a89b5
fix: empty prefix className, update snapshot
5 years ago
afc163
811d562527
✅ update snapshots
5 years ago
afc163
16ac3b31df
🐛 Fix filterIcon Tooltip title is not working
close #20049
5 years ago
afc163
85b6744bf6
🐛 Fix filterIcon render string cause Table broken
5 years ago
afc163
0ab55ce884
🐛 fix footer style in small table
5 years ago
afc163
ecce1e4aba
✅ update snapshots
5 years ago
afc163
6096f6e281
🐛 fix small table header border issue
close #20030
close #18762
5 years ago
ycjcl868
f47a22e888
feat: add @table-bg
5 years ago
二货机器人
5ef6b04554
fix: Table ajax pagination should work ( #19980 )
5 years ago
二货机器人
64b905e9bd
chore: Update `@ant-design/icons` deps ( #19979 )
* update icons deps
* update all icon ref
* fix lint
* update snapshot
5 years ago
afc163
3fa135023f
💄 Add @table-header-bg-sm and fix footer style
close #19936
5 years ago
jeessy2
221d404986
fix: 4.0 table filters value may be previous ( #19873 )
* fix: 4.0 table filters value may be previous
* create a sync variable to resolve async 'setFilteredKeys'
* useSyncState to fix 'setFilteredKeys' async
* new line
* new line
* add ,
* removed 'setFilteredKeys' and re-render useSyncState
* menu must be a array
5 years ago
ycjcl868
1d0f97d0a9
fix: lint
5 years ago
ycjcl868
37a85366f3
feat: add Button danger
5 years ago
ycjcl868
4f23bbcdc6
fix: Table demo actions margin 16px
5 years ago
mbotnari
fb4ed9a638
chore(Table): Update custom-filter-panel.md demo ( #19899 )
* Update custom-filter-panel.md
In order to decrease the confusion during search created by highlighted text in all the columns, the proposal is to highlight searched text in the searched column exclusively.
* chore(Table): Update demo.test.js.snap
Snapshot update according to update in components/table/demo/custom-filter-panel.md
* chore(Table): Update custom-filter-panel.md demo
Missing trailing comma comma-dangle
5 years ago
陈小聪
e71a4ef10f
docs: Removed version column in 4.0 ( #19832 )
5 years ago
二货机器人
efd3b35830
feat: Col support `flex` prop ( #16635 )
* feat: Col support `flex` prop
* update snapshot
* update doc
* row component use flex type by default
* revert grid flex layout doc
* remove float style
* remove doc old FAQ
* revert .make-row
* col style use flex and max-width
* remove useless Col style and imorove base doc for a single Col
* update snapshots
* fix flex mode pseudo
* update snapshots
* back to old flex mode demo gray background color
* set default col flex => 1 auto
* change grid about flex mode description
* update snapshots
* improve grid introduce and fix with gutter bug
* update snapshots
* remove version
5 years ago
jeessy2
23f74eccbe
fix: typescript define ( #19780 )
* ColumnGroupType should be antd's
* columns should not be from rc-table
5 years ago
Martin Litvaj
bb92b01ae0
Update link to latest ColumnProps ( #19789 )
* Update link to latest ColumnProps
* update CN docs
5 years ago
二货机器人
5d98667687
chore: Export some useful define ( #19770 )
5 years ago
Olivier Louvignes
103920e4f5
Add defaultFilteredValues to table columns ( #18925 )
5 years ago
二货机器人
72a7ba618f
New Table ( #19678 )
* chore: update rc-table
* add basic table style
* checked all logic
* checkbox support disabled
* selection style
* selection support radio
* add selections support
* selection extra style
* select all locale
* sorter logic
* add more desc
* init Filter hooks
* init filter hooks
* update style
* filter style
* filter style
* fix filter
* sort control
* ajax it
* add expandedable css
* expandable view style
* fixed style
* border style
* empty style
* fix pagination style
* add fixed demo
* un-comment
* clean up
* fix filter check logic
* fix overflow & ellipsis conflict
* fix tes
* adjust scroll shadow
* fix border fixed style
* add part of test case
* add filter test part
* more test case
* issue related test
* filter test
* adjust pagination logic
* fix pagination test case
* all selection test case
* table sorter test case
* table basic test
* fix test case
* update faq
* update expandable doc
* add v4 doc
* add summary docs
* more demo
* fix selection
* update snapshot
* update test case
* fix ff styling
* update rc-table
* update snapshot
* update snapshot
* fix lint
* fix style lint
* fix style
* update snapshot
* update desc
* fix missing icon
5 years ago
ycjcl868
ffd4371ab5
fix: remove @border-radius-sm
5 years ago
ShuYu Wang
68603366eb
fix: add missing null option type ( #19722 )
See-also: https://ant.design/components/table/#components-table-demo-reset-filter
5 years ago
Dean van Niekerk
af2dd379c2
Fixed typing issue in Table > filterDropdown ( #19701 )
5 years ago
afc163
91fcf98741
🐛 fix error for typescript@3.7.2
5 years ago
骗你是小猫咪
0ee4a531a1
refactor: upgrade rc-dropdown ( #19498 )
* refator: upgrade rc-dropdown
* upgrade rc-dropdown version
* update snapshots
5 years ago
zombiej
9bea463638
chore: fix ts define
5 years ago
afc163
fd573acdec
🐛 Fix Table border missing in fixed columns
5 years ago
afc163
b697ef1213
🐛 Fix Table Column defaultSortOrder not working
5 years ago
afc163
0bdf682a80
🐛 Fix Table inifinite loop issue
5 years ago
He Linming
3d8b9df423
fix: table does not automatically scroll to the top when change page size ( #19465 )
* 🐛 (Table): fix scrollToFirstRow
fix table does not automatically scroll to the top when change page size
close #19464
* ✅ (Table): add test case for scrollToFirstRow
* 👌 (Table): change Trigger to .ant-select
Co-Authored-By: 骗你是小猫咪 <darryshaw@gmail.com>
5 years ago