山客
|
ac07dcefb0
|
Update Table Document (#7268)
Fix syntax errors(markdown table).
|
2017-08-20 15:15:38 +08:00 |
|
LeezQ
|
d329d191dd
|
docs: interface define error (#7241)
fix: interface Properties should be separated by semicolons
|
2017-08-17 16:24:18 +08:00 |
|
afc163
|
749b6e7242
|
Tweak table sorter style
|
2017-08-15 15:14:02 +08:00 |
|
Xiaohan Lee
|
c23c0a6b16
|
Update docs for Table.render and Upload.onChange (#7180)
* Docs: fix invalid link in docs of Table.render
* Docs: add link for "onChange" in docs of Upload.onChange
|
2017-08-11 17:05:58 +08:00 |
|
afc163
|
1f18c93d7f
|
Fix empty table scrollbar, close #7142
|
2017-08-09 21:55:38 +08:00 |
|
Dmitry Bolotin
|
ba0d2598fe
|
Object cloning in flatArray performed only if object has childrenName field. (#7072)
|
2017-08-07 15:33:18 +08:00 |
|
afc163
|
6a17efcbf1
|
upgrade some devDeps and fix stylelint
|
2017-08-04 18:01:40 +08:00 |
|
afc163
|
2fe4ac1a30
|
update document for #7023
|
2017-07-31 16:55:05 +08:00 |
|
Benjy Cui
|
119d498935
|
chore: replace http with https, close: #6893
|
2017-07-19 14:00:11 +08:00 |
|
hansnow
|
6bc57e450c
|
Update table documents
|
2017-07-07 18:00:34 +08:00 |
|
paranoidjk
|
ba168b826f
|
refactor: use spread operator replace object-assign (#6677)
|
2017-07-03 16:57:11 +08:00 |
|
afc163
|
dbdd5d5126
|
update table doc
|
2017-07-01 14:38:11 +08:00 |
|
偏右
|
963560d33b
|
Merge pull request #6667 from yurtaev/patch-1
Add `onRowDoubleClick` into Table documentation
|
2017-07-01 14:36:32 +08:00 |
|
偏右
|
0ce61df3da
|
Merge pull request #6599 from megawac/table-sort-select-bg
Use background-color-active for table sort and selected backgrounds
|
2017-06-30 12:00:16 +08:00 |
|
afc163
|
4f0b3cad2a
|
Fix expanded area background of fixed header table, close #6657
|
2017-06-30 11:30:27 +08:00 |
|
Egor Yurtaev
|
777e4adeb0
|
Add onRowDoubleClick into Table documentation
|
2017-06-29 18:30:07 +06:00 |
|
Graeme Yeates
|
5d8a3f6f66
|
Use background-color-active for table sort and selected backgrounds
|
2017-06-23 12:43:40 -04:00 |
|
Wei Zhu
|
7be75f59fd
|
Tweak table icons
|
2017-06-23 20:53:07 +08:00 |
|
sojournerc
|
e2a99f53f7
|
add ClickEvent to Table.props.onRowClick interface
|
2017-06-20 17:29:46 -06:00 |
|
Jordan Hornblow
|
51655e2e7c
|
Allow Number type table keys. Make notification success, error, info, warn and warning non-optional (#6434)
* Allow Number type table keys. Make notification success, error, info, warn and warning non-optional
* Fix build error
|
2017-06-13 14:43:19 +08:00 |
|
Wei Zhu
|
847153d998
|
docs: Document Table column[key] can be ignored.
Related #6436
|
2017-06-12 15:52:13 +08:00 |
|
Wei Zhu
|
baa8e23280
|
Pass className to table's pagination
fix #6416
|
2017-06-12 11:35:29 +08:00 |
|
Wei Zhu
|
e6ef5b5707
|
User static variable for element type detection
|
2017-06-01 15:07:37 +08:00 |
|
Wei Zhu
|
fd7ef2407c
|
Don't need extends from rc-table
Fix #6313
|
2017-06-01 14:49:25 +08:00 |
|
Benjy Cui
|
4e75347d35
|
deps: upgrade rc-pagination
|
2017-06-01 10:44:00 +08:00 |
|
Jordan Hornblow
|
ba65f9429e
|
Add onCellClick prop to ColumnProps interface
|
2017-05-29 20:17:01 +10:00 |
|
Jordan Hornblow
|
acdc563a54
|
Add filterDropdownVisible and onFilterDropdownVisibleChange to ColumnProps interface
|
2017-05-24 19:38:39 +10:00 |
|
afc163
|
f28c328442
|
update code style
|
2017-05-24 16:19:10 +08:00 |
|
afc163
|
55fc44aba4
|
fix table wrapper node null, #6245
|
2017-05-24 16:16:42 +08:00 |
|
afc163
|
54c6b63e9f
|
Fix table filter menu overflow issue, close #6245
|
2017-05-24 12:17:40 +08:00 |
|
afc163
|
42c3665517
|
filter dropdown should be render inside td
|
2017-05-19 16:02:21 +08:00 |
|
Benjy Cui
|
0b332f0fb8
|
test: update snapshot for pagination
|
2017-05-17 11:11:01 +08:00 |
|
afc163
|
29e54c2339
|
fix lint in demo
|
2017-05-15 16:40:10 +08:00 |
|
Benjy Cui
|
12a6060304
|
docs: fix code style
|
2017-05-15 14:37:22 +08:00 |
|
afc163
|
f5d371f6e9
|
tweak selection style
|
2017-05-03 16:23:08 +08:00 |
|
afc163
|
93f7fd1c98
|
update table selection text and add select all demo
|
2017-05-03 16:19:12 +08:00 |
|
afc163
|
c6efc4db27
|
Adjust dropdown item padding, close #5088
|
2017-05-02 16:07:16 +08:00 |
|
绯一
|
80de0127f4
|
feat: add table padding parameters for customizing (#5795)
|
2017-04-26 10:16:26 +08:00 |
|
afc163
|
1be0936cb8
|
fix snapshots
|
2017-04-12 20:44:57 +08:00 |
|
afc163
|
04af6d5c7f
|
improve table demo style, close #5697
|
2017-04-12 20:31:31 +08:00 |
|
Manjit Kumar
|
4e055ed5d0
|
use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
|
2017-04-12 02:22:05 +05:30 |
|
afc163
|
92b8e8534e
|
change variable names #5711
|
2017-04-11 17:56:38 +08:00 |
|
Sanjay Kumar
|
692ccf85e7
|
Adding less variables for table head background color and table row hover
|
2017-04-11 17:08:09 +08:00 |
|
mArker
|
cb67059dd0
|
add min-width
selection-column and expand-icon-th
if the width total of your columns >= 100%, must have `min-width`.
|
2017-04-10 13:03:24 +08:00 |
|
afc163
|
aaf28299ce
|
fix table column align in demo
|
2017-04-05 11:51:21 +08:00 |
|
Wei Zhu
|
1a8e738142
|
Set snapshotSerializers
|
2017-04-02 18:09:23 +08:00 |
|
afc163
|
ef27e6d200
|
Merge branch 'master' into feature-2.9
|
2017-03-30 14:26:15 +08:00 |
|
afc163
|
51f1403e14
|
align table head in demo
|
2017-03-30 13:52:42 +08:00 |
|
Wei Zhu
|
aa23606166
|
Update snapshot
|
2017-03-30 00:24:41 +08:00 |
|
afc163
|
f77f020517
|
update table filter demo, close #5439
|
2017-03-29 20:37:20 +08:00 |
|