Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
Wei Zhu
823ac6c139
fix TableColumnConfig exporting, #4660
8 years ago
afc163
e245facb48
Fix table snapshots
8 years ago
afc163
fae7fd1658
Fix default value of Table showHeader, close #4658
8 years ago
Wei Zhu
fd861d6c0d
Tweak empty table border ( #4650 )
8 years ago
afc163
ddc7054751
Fix fixed column table border radius
8 years ago
afc163
1db0e06bc4
Fix Table[small]'s title and footer border, close #4647
8 years ago
afc163
fe5f8910dd
Hide scroll bar in fixed header of table, close #4637
8 years ago
Benjy Cui
3e17551b7e
site: improve build speed
8 years ago
Wei Zhu
c09cf95daa
Fix Table filter test
8 years ago
Wei Zhu
65d1f721d3
Fix Table multiple levels filter menu ( #4548 )
fix #4541
8 years ago
afc163
de544ad21b
fix useless className
8 years ago
Wei Zhu
0ff50fc79d
docs: Update Table JSX api note
8 years ago
Wei Zhu
8a2b3470ef
Document using Table in TypeScript ( #4568 )
* Allow any valid ReactElement as Table.Column
* Document using Table in TypeScript
8 years ago
afc163
3f5aebe85b
Fix Table column.filteredValue null problem, ref #4550
8 years ago
afc163
6af0842be8
fix table demo snapshot
8 years ago
afc163
088ecf18a4
cleaner demo
8 years ago
afc163
75b50e9731
wider the selection column and expand column of Table
8 years ago
afc163
1042681bcd
Fix Table filter dropdown style
8 years ago
afc163
452aa84d9d
fix table test case typo
8 years ago
afc163
1c493ad798
Fix error when Table[pagination] change, close #4532
8 years ago
afc163
7548f2068f
remove comment
8 years ago
Wei Zhu
f6c0e69af5
cleanup npm scripts ( #4499 )
* Cleanup npm scripts
* Lint fix
* Don't need ignore js files
* Upgrade jest
* Add components index.tsx test
8 years ago
陆离
e36039acf8
chore: Spinning Pagination of table while loading ( #4462 )
* Spinning Pagination of table while loading
- close #4461
* update snapshots of table
8 years ago
偏右
d811ebee5c
New color system ( #4426 )
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
8 years ago
Wei Zhu
29e4717fe3
Fallback table record key to data index. ( #4397 )
In last PR #4185 , we removed data index from record key, it
leads to inconformity behavior.
8 years ago
Wei Zhu
42f98e6779
docs: fix typo.
8 years ago
可乐
2e4e1fcaef
避免 value 正好是数字 0 ( #4401 )
8 years ago
afc163
869fc54cf7
fix snapshots
8 years ago
afc163
668c481110
Fix table radius without column header, close #4373
8 years ago
afc163
e91f4f2335
improve style code
8 years ago
afc163
3e00fa8e64
update dynamic-settings table demo
8 years ago
afc163
d81c425588
fix snapshot
8 years ago
Wei Zhu
8018529582
Ensure checkbox props cache is cleared after dataSource changes. ( #4288 )
Fix #4245
8 years ago
Benjy Cui
62c22f31a9
docs: update demo for table
8 years ago
Sergio Crisostomo
7bc43493c1
docs: Add info about how to turn off pagination ( #4285 )
8 years ago
Benjy Cui
1351b5da5d
refactor: remove splitObject
8 years ago
Wei Zhu
d7a110552b
Don't use index as row key. ( #4185 )
* Ensure warning if key is undefined.
* Ensure getRecordKey receives index
* Remove rowKey's second parameter from doc.
8 years ago
Wei Zhu
666e80a1ba
tests: Fix table import
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago
Wei Zhu
17a0a33283
Restructure tests.
8 years ago
Wei Zhu
66f7b050eb
Read initial visible state from column.filterDropdownVisible if it's available. ( #4182 )
fix #4162
8 years ago
afc163
fcdc375f77
update table demo detail style
8 years ago
afc163
779a62093d
group column header should be text align centered
8 years ago
afc163
2ba1e8f3ef
clean table demo
8 years ago
afc163
82902855db
fix ts error
8 years ago
afc163
bf562c95f1
Fix fixed table empty z-index, close #4016
8 years ago
Wei Zhu
65b2429ed2
Fix grouping column filter. ( #4113 )
8 years ago
Benjy Cui
c4d8c4770c
Add upgrade warning ( #4028 )
* chore: add upgrade warning for time related value
* chore: update warning
* chore: update demo url
8 years ago
Wei Zhu
d2918d2456
Fix rowSelection defauleChecked
8 years ago