afc163
a462c2ddf4
✅ Fix react-dnd demo broken in react 15
6 years ago
偏右
9e0aa5cb94
🐛 Fix empty missing when Table is loading ( #15583 )
close #15582
6 years ago
zombieJ
96206ade58
adjust table editable row demo ( #15475 )
* adjust demo
* rm only
6 years ago
whinc
115db9df70
docs: add 'sortDirections' description to Table component ( #15461 )
6 years ago
Martin Cermak
46ca311294
Fixed Table's Editable cells demo
6 years ago
zombiej
ee14f8e5d5
add skip test
6 years ago
zombieJ
0f356fb151
update snapshot ( #15247 )
* update snapshot
* downgrade to node 10
6 years ago
zombieJ
3fbeff3fcc
add warning when use getCheckboxProps ( #15231 )
6 years ago
chenlong
fc88005c9c
Add fault-tolerant processing for rowSelection.getCheckboxProps
6 years ago
zombieJ
b69f0e5e97
canel when page change ( #15082 )
6 years ago
zombieJ
4d1a998246
add component param in warning ( #15078 )
* add component param in warning
* update snapshot
6 years ago
zombieJ
a802a72d56
Fix Table filter can not support other type of value ( #15046 )
* use new life cycle
* filter support inner value maps
* update snapshot
* update test case
* simple code
6 years ago
liuchuzhang
dfa6080d39
update table demo
6 years ago
偏右
fd89e0f8b4
🐛 Fix extra space at the bottom of table th in chrome ( #14950 )
close #14926
6 years ago
zombieJ
c29323b448
Revert to remove FormItem explain-holder ( #14937 )
* Revert "Adjust style to be similar with origin (#14886 )"
This reverts commit 735175e3cf
.
* Revert "sync form item (#14778 )"
This reverts commit 5ac674e698
.
6 years ago
Amumu
1552955b12
修复: bordered的固定高、非空表格在隐藏头部时,丢失顶部边框的问题
6 years ago
zombieJ
a3bd55b79a
revert #14608 ( #14898 )
* revert #14608
* add test case
6 years ago
zombieJ
735175e3cf
Adjust style to be similar with origin ( #14886 )
* adjust style to be similar with origin
* update snapshot
* add missing extra logic
* adjust tiny
* fix margin
* use element to keep the place
* update snapshot
6 years ago
zombieJ
d2c17cd747
only set getPopupContainer when scroll provides ( #14864 )
* only set getPopupContainer when scroll provides
* adjust
6 years ago
LT246-VINHNPH\vinhnph
bf135c1ceb
ReactNode has already included string
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
Wei Zhu
32a61d8596
fix: handle true for Table[pagination] properly
`pagination` is not designed to accept `true` value,
but in practice, many people assign `true` to `pagination`,
since they thought `pagination` accepts boolean value.
6 years ago
afc163
a287f1bcb8
🐛 Fix missing border top of empty Table without header
close #14834
6 years ago
zombieJ
5ac674e698
sync form item ( #14778 )
* sync form item
* update snapshot
* use before
6 years ago
LT246-VINHNPH\vinhnph
c20acfb9b3
Table column filter could be ReactNode
6 years ago
zombieJ
67ad35bc26
fix additional className ( #14770 )
6 years ago
zlljqn
bdb81d12a5
Update according to suggestion
Update according to suggestion and try to repair CI
6 years ago
zlljqn
bf972a9afa
Optimized Drag & Drop Table Demo performance
Optimized Drag & Drop Table Demo performance when the number of row is large. Mainly remove unnecessary event mornitor and use another way to implement the method to show the insert indicate rule on the page.
6 years ago
zy410419243
bf4560cf37
docs: fix wrong usage of comma
6 years ago
何乐
b3834e48b1
Table: fix showing only first page ( #14724 )
* Table: fix showing only first page
* correct condition of pagination in Table
* correct test file
* handle changes
* improve test case
6 years ago
zombieJ
ee97cfe6cc
update doc ( #14712 )
6 years ago
afc163
c563bc1d10
🐛 Table should pick pageSize over defaultPageSize in priority
close #14320
6 years ago
Amumu
6668c12c46
remove placeholder border override ( #14533 )
* remove placeholder boder override
* adjust radius when bordered
6 years ago
afc163
305041a79d
💄 update table demo
6 years ago
afc163
579a868f15
🐛 Fix Table selection checkbox label wrap style
close #14316
6 years ago
sdli
18262297da
fix table.pagination bug - when pageSize is larger than data source length
6 years ago
zombieJ
318dff9feb
not show overflow content when in elastic ( #14550 )
6 years ago
krokofant
de8ec0152e
#14510 Set small table header to transparent to remove uncolored margin
6 years ago
zombieJ
5a1119f37d
add radius on table-placeholder to fix table small size border clip ( #14398 )
fix #14388
6 years ago
richardison
2a99fe713a
Add missing type on table definition ( #14392 )
6 years ago
zhaopeidong
21ca7895fb
fix table ColumnProps interface
6 years ago
zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago
afc163
a9c8874854
🐛 Fix custom filterDropdown trigger sorter
close #14238
6 years ago
LeezQ
b2c6f5622b
ts: Update the TypeScript definition of Table[locale] ( #14245 )
6 years ago
zombieJ
b826ecf849
add miss style deps ( #14214 )
close #14204
6 years ago
zombieJ
5cec6b56fb
Table sorter tooltip ( #14208 )
close #14168
6 years ago
zombiej
6777635120
add warning when user both use `expandedRowRender` & `scroll` on Table
6 years ago
ycjcl868
3b55f63ef5
🐛 strictNullCheck with defaultProps
6 years ago
信鑫-King
a7f8921f3f
🐛 table sortDirections optional
6 years ago