afc163
87f8d1f334
Change current to defaultCurrent
9 years ago
afc163
9774181979
Fix Table pagination.size, close #1396
9 years ago
afc163
76935c9630
a little perfermance
9 years ago
afc163
0a55eb8c43
reuse getColumnKey
9 years ago
afc163
79f817466e
fix(table): radio selection can not be controlled
close #1346
9 years ago
afc163
29ceb8862d
fix: controlled pagination.current should not respond user interaction
ref #1311
9 years ago
afc163
b4a75ddcc9
fix sort and filter perf
9 years ago
afc163
2651d80fc2
Individual controlled filter
9 years ago
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
9 years ago
afc163
137d57da08
controlled filters
9 years ago
afc163
0dbc69ea8e
sorted => sortOrder
9 years ago
afc163
94234a7749
Fix sort state
9 years ago
afc163
6d2b9b249c
Make column.sorted be a controlled prop
9 years ago
afc163
5ce99d7c07
get initial sorted state from columns
9 years ago
afc163
4ee09de3b9
Add demo, confirm related API
9 years ago
Benjy Cui
5e4786440d
deps: remove object-assign
9 years ago
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
9 years ago
afc163
60cd7ed85e
Fix current page when Table pageSize changed
9 years ago
afc163
f247297f01
Fix children row selection, close #1212
9 years ago
afc163
0a1d3bdd3b
fix onChange argument
9 years ago
afc163
5e1f0960a2
Fix rowSelection.onChange selectedRows when specify rowKey
9 years ago
afc163
884c92d7ec
pageSize change should trigger Table.onChange, close #1206
9 years ago
afc163
1929f7db97
fix dataSource undefined
9 years ago
afc163
2482140d2f
Change context locale name
9 years ago
afc163
99b58e67ec
Add other component for locale
9 years ago
yiminghe
3e0d11043b
fix pagination in table
9 years ago
afc163
7d151514e3
Fix rowSelection.onSelectAll, bump 0.12.7, ref #1105
9 years ago
afc163
fe750d365d
improve rowSelect arguments, ref #1105
9 years ago
afc163
9b09e54df5
Fix columns[0] undefined bug in Table
9 years ago
afc163
3738eb3b73
update code style
9 years ago
afc163
7ea67b6e37
stable sort in table
http://jsperf.com/chrome-stable-sort
9 years ago
afc163
3ab72afc44
Fix pagination size in table
9 years ago
afc163
08e04e0b14
Hide selection component in children data
9 years ago
Benjy Cui
c1659c2ce3
style: update code style to please lint
9 years ago
Benjy Cui
29825f20c8
style: update code style to please lint
9 years ago
afc163
b855525615
Feature: support paging columns, ref #708
9 years ago
afc163
341ad18eb6
fix table select all
9 years ago
afc163
3ed9ce3cb5
Do not empty selection when change dataSource now
eh... empty behavious will trigger a infinite loop when sapecify
immutable dataSource
You need to empty manully when change data or current page
9 years ago
Benjy Cui
b72d18fd44
style: update code style to please the fucking lint
9 years ago
Benjy Cui
711d2d7413
style: update code style to please lint
9 years ago
Benjy Cui
b58142081c
feat: add defaultValue for onChange onShowSizeChange
9 years ago
Benjy Cui
64cde2e905
fix: Pagination.onChange should be called #824
9 years ago
afc163
34f9ab05b0
make selected item can be controlled, #793
9 years ago
afc163
28b75ce8da
Add rowSelection onChange, #786
9 years ago
afc163
27908bf42e
Fix disabled checkbox logic in table rowSelection
9 years ago
afc163
b276ca65fc
checkAll should be disabled when every checkbox is disabled
9 years ago
afc163
01468cdc54
improve getDefaultSelection code implementation
9 years ago
afc163
092e2e1ac6
empty selectedRowKeys when dataSource changed, ref #793
9 years ago
afc163
253da716f3
change table default indentSize
9 years ago
yiminghe
d7e4578b89
fix pageSize
9 years ago