二货机器人
75524df190
fix jsx filter not work ( #22888 )
5 years ago
二货机器人
b28b2007be
fix: Center not work in Table ( #22858 )
* fix: Center not work in Table
* update snapshot
* fix test case
5 years ago
二货机器人
9aa61b78e1
support undefined remove filter icon ( #22833 )
5 years ago
afc163
ddb0ac46ba
fix: 🐛 Table unchanged filter should not trigger onChange
ref https://github.com/ant-design/ant-design/issues/22819#issuecomment-607171024
5 years ago
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>
5 years ago
Tom Xu
f5c0eacf6f
fix: Table rowSelection event bubbling ( #22566 )
* fix: Table rowSelection event bubbling
* test: Table should onRowClick not called when checkbox clicked
5 years ago
二货机器人
9dbd41a853
fix: Table column group with controlled sorter ( #22450 )
* update interface
* support group sorterOrder controlled
* add test case
* fix test case
5 years ago
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>
5 years ago
二货机器人
f4d3dc4306
fix: Table onFilter only should work ( #22317 )
* adjust table logic
* test case
5 years ago
二货机器人
f44f6f38cf
fix: Table dropdown prefix cls ( #22133 )
* fix: Table dropdownPrefixCls
* update snapshot
* update snapshot
5 years ago
Amumu
5d9d1ef31b
remove non-null assertion ( #22096 )
5 years ago
二货机器人
33e726f874
fix: Should also fix expand col when selection fixed ( #22087 )
5 years ago
骗你是小猫咪
924f1cfd3a
fix: Table filter menu reset not working ( #22079 )
* fix: Table filter menu reset not working
* use setFilteredKeysSync
5 years ago
afc163
a68db2da20
💄 update Table filter menu UI
5 years ago
二货机器人
36c05ddd8a
fix: Table expandIconColumnIndex with rowSelect ( #21915 )
* fix: Table expandedIcon order
* update test case
* update test case
5 years ago
二货机器人
8fe701b892
fix: Fix table column filtered not work ( #21825 )
* fix: Table miss filtered
* add test case
5 years ago
二货机器人
60f77cef23
fix: table locale not work ( #21772 )
* fix: Table locale not work
* add test case
5 years ago
二货机器人
adb323cec2
chore: icons save bundle size without treeShaking ( #21752 )
* alert
* more icons
* another grouping
* all done
5 years ago
二货机器人
e868c87530
fix: Table.Column sortOrder is not working in JSX mode ( #21719 )
* fix: Table.Column sortOrder is not working in JSX mode
* clean up
* update snapshot
5 years ago
二货机器人
6ba42db314
feat: Selection column also support render node ( #21711 )
* support customize selection cell
* update snapshot
* update docs
* fix lint
* to debug
5 years ago
zefeng
e262d14c2b
feat: more obviously tips for next sort ( #21631 )
5 years ago
zefeng
8a50a2cb77
chore: use react internel optimize code style ( #21659 )
5 years ago
二货机器人
4358f48abd
fix table selection with empty children error ( #21528 )
5 years ago
二货机器人
6d685c7e8a
fix: Table customize filter update ( #21218 )
* fix: useSyncState logic
* add test case
5 years ago
二货机器人
ddfce71532
fix: Table selectAll should not checked when all the checkbox is disabled ( #20968 )
5 years ago
二货机器人
f470f3e1e4
fix: Table onChange return cached data ( #20858 )
5 years ago
二货机器人
4068f3d190
fix: RowSelection fixed should work ( #20735 )
5 years ago
二货机器人
1c1a4a773d
fix: Table should not crash with empty column children ( #20703 )
5 years ago
二货机器人
f2fdf490de
fix: Table with invalidate pagination totol should ignore ( #20532 )
5 years ago
二货机器人
695b67b045
fix getPopupContainer not work ( #20509 )
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
二货机器人
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
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
二货机器人
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