Commit Graph

247 Commits

Author SHA1 Message Date
Ilya Bondarenko
8846122060 feat: Add visible to filterDropdown function ()
* Add visible to filterDropdown function

* Update tests
2019-09-17 14:22:16 +08:00
afc163
2e5928450d 📝 Improve Table doc about tableLayout 2019-09-05 13:39:06 +08:00
afc163
d9f2c906ca support column.ellipsis
close 
2019-09-05 13:39:06 +08:00
afc163
7c180a7f31 🆙 upgrade rc-table 2019-09-05 13:39:06 +08:00
afc163
577bc87bba Add Table tableLayout prop 2019-09-05 13:39:06 +08:00
afc163
887aa4c347
📝 antd/lib/xxx => antd/es/xxx 2019-08-05 15:29:26 +08:00
啸生
4c23bc2543
Feature ()
Feature
2019-08-02 17:38:50 +08:00
zx6658
2cb0710ec4 doc: 📖 update table component's selectedRowKeys type 2019-07-31 13:43:02 +09:00
afc163
173859e49c
Add Table getPopupContainer
close 
close 
close 
close 
2019-07-22 21:30:45 +08:00
MuYu
fb0b4f0fc9 docs: show version Number features were added ()
* docs: add api first appearance

* docs: fix auto-complete doc

* docs: replace Version Added with Version

* docs: date picker common method

* docs: date picker common method

* docs: tree

* docs: remove meaningless 3.0.0
2019-07-11 14:14:33 +08:00
王林涛
b5d629a8a3 docs(Table): update description of hideDefaultSelections 2019-06-28 16:23:20 +08:00
Meck Zhu
4463d24660 docs: Remove predix I from interface 2019-06-27 14:17:08 +08:00
Sergey Levkovich
7304daf4fa
Update index.en-US.md 2019-05-27 18:45:47 +03:00
afc163
b780070351
💄 prittier all files 2019-05-07 14:57:32 +08:00
afc163
7b56290ef4
📝 Improve column.align document 2019-04-27 18:15:07 +08:00
afc163
60f4930348
📝 Optimize table and form documentation 2019-04-14 14:32:16 +08:00
偏右
d922c377cb refactor: Optimize default selection column width implement ()
* 🔨 Optimize default selection column width implement

make it be able to overrided in css

close 

*  update snapshots
2019-04-11 00:54:46 +08:00
Sergey Levkovich
0975eac8bf
Update index.en-US.md 2019-03-27 00:44:29 +03:00
Sergey Levkovich
ae16e4df61
Update index.en-US.md
Add commas in object
2019-03-26 16:56:42 +03:00
whinc
115db9df70 docs: add 'sortDirections' description to Table component () 2019-03-17 14:20:13 +08:00
zy410419243
bf4560cf37 docs: fix wrong usage of comma 2019-02-07 13:59:32 +08:00
zombieJ
ee97cfe6cc
update doc () 2019-02-03 13:35:10 +08:00
Maksym Mosyura
0fc12c9cc5 update onRow Table properties documentation 2018-12-29 18:46:32 +08:00
zombiej
d23a996b35 update doc
close 
2018-12-18 23:31:50 +08:00
afc163
713b363a9b Merge branch 'master' into feature
* master:
  fix: extra space
  docs(table): generic type arguments in jsx elements demo
  revert webpackbar
2018-11-09 18:56:01 +08:00
muzea
0c5bbf04f4 fix: extra space 2018-11-09 18:35:34 +08:00
muzea
0760cb7ff7 docs(table): generic type arguments in jsx elements demo 2018-11-09 18:35:34 +08:00
picodoth
3b748981ba Merge branch 'master' into feature 2018-11-04 00:15:06 +08:00
yoyo837
41360cc4c8 update dataIndex description 2018-11-03 12:32:56 +08:00
yoyo837
722b903118 update docs 2018-10-26 12:29:43 +08:00
zombieJ
2cd0ca3225 Get the filtered data after executing the filter function on the dataSource ()
* update testcase

* rename as currentDataSource
2018-09-30 11:17:39 +08:00
Wei Zhu
4ce3800de7 Merge branch 'master' into feature 2018-09-29 16:27:07 +08:00
Wei Zhu
306bce385b Improve type definition and doc of TableComponents 2018-09-25 19:48:50 +08:00
afc163
f0974e0da7 support column.title as render props
```jsx
columns={[{
  title: (filters, sortOrder) => <div>Title</div>,
}]}
```

close 
2018-09-21 13:41:08 +08:00
Mikasa33
6833e767c6 Add defaultSortOrder ()
添加默认排序参数说明
2018-09-13 19:40:43 +08:00
afc163
bead75021b change and undocument onSelectMultiple cause it need more disscuss 2018-08-05 13:58:54 +08:00
littleLane
b23d742f1b feat: add rowSelection.columnTitle to Table 2018-07-28 14:57:00 +08:00
Raphael Chauveau
08e83193f2 Multiple row selection ()
This PR intends to solve issue  (Multiple row selection in table component).

The Chinese documentation is missing from the PR. Could someone please add it ?
2018-07-24 14:49:23 +08:00
Wei Zhu
1af4392ae9 feat: filterIcon can be a function 2018-07-02 19:42:27 +08:00
Wei Zhu
b374297ca6 Merge branch 'master' into feature-3.7.0 2018-06-25 11:44:35 +08:00
Wei Zhu
aa580beb8b docs: sort api table 2018-06-24 17:09:18 +08:00
afc163
f2fddff3fd upgrade rc-table to 16.2
close 
close 
close 
2018-06-08 16:32:04 +08:00
afc163
6458280cb3 site: add alt to images 2018-05-21 23:42:57 +08:00
Albert 理斯特
b7411febce A: 新增关于 childrenColumnName 的文档,fix () 2018-04-16 13:26:33 +08:00
Wei Zhu
70ea209857 docs: Clarify Table[scroll] useage
Related issue:

https://github.com/ant-design/ant-design/issues/2203
https://github.com/ant-design/ant-design/issues/2130
2018-03-27 17:46:01 +08:00
Sangle
eb338425fe docs: fix syntax error () 2018-03-22 14:54:46 +08:00
诸岳
aadba9b0e3 docs: add align prop description () 2018-03-21 17:42:19 +08:00
Camol
2aed46012e [feature]: add native Event - related to ()
* [feature]: add native Event - related to 

* update tests and rc-checkbox's version
2018-03-09 15:16:57 +08:00
SimpleFrontend
9073237e70 Added selectionColumnWidth to TableRowSelection ()
* Added selectionColumnWidth to TableRowSelection

* Updated documents

* Renamed selectionColumnWidth to columnWidth
2018-03-05 18:23:01 +08:00
Camol
ae2990e241 feature: [Table] Pagination on the top in addition to the bottom. fix… ()
* feature: [Table] Pagination on the top in addition to the bottom. fix ()

* refactor pagination of table ()

* specify the position of pagination when using table  - add test

* specify the position of pagination when using table - update API docs

* update api docs

* fix error

* add TablePaginationConfig extends PaginationProps
2018-03-02 12:00:28 +08:00
Wei Zhu
a6ffd332fa docs: fix parameter 2018-02-16 15:20:25 +08:00
afc163
875024cd1e update onRow usage 2018-02-08 14:25:49 +08:00
afc163
3ed3a078e1 Document for Table onRow, ref 2018-02-08 14:14:46 +08:00
Wei Zhu
999d6184ad docs: Sort api table 2017-12-29 20:22:58 +08:00
Dane David
a1ada4f4f6 Add expandRowByClick API to Table docs () 2017-12-07 15:11:39 +08:00
Wei Zhu
4d7ce541cd docs: TableColumnConfig has been renamed to ColumnProps
Close 
2017-12-05 09:50:23 +08:00
Wei Zhu
2de0a6a522
Add use in TypeScript instruction () 2017-11-19 22:00:44 +08:00
Wei Zhu
f78d33ed59
Update rc-table ()
* Update rc-table

* Add table drag sorting demo
2017-11-17 18:53:07 +08:00
Graeme Yeates
8395de01a2 Add support for column defaultSortOrder () ()
Fixes 
2017-11-09 19:30:24 +08:00
Wei Zhu
36227a10db docs: sort api table 2017-10-25 10:25:44 +08:00
Wei Zhu
f28d0d4d82 docs: Document onRowContextMenu
close 
2017-10-25 10:00:44 +08:00
afc163
fda3f6ddcd doc: fix expandedRowRender type, close 2017-10-16 21:22:16 +08:00
Khalifa Lame
f3c35941ec docs: update Table english doc ()
Fixed typos.
2017-09-18 10:28:05 +08:00
Xiaohan Lee
d490a027bb Docs: update docs for Table's undocumented apis ()
* onRowMouseEnter
* onRowMouseLeave
2017-09-10 21:38:25 +08:00
Khalifa Lame
99a998afb5 docs: update Table english doc ()
Fixed numerous typos
2017-09-04 10:47:37 +08:00
Wei Zhu
1547b889b7 Revert "Add support for table default sort order" () 2017-09-01 14:40:29 +08:00
偏右
a7200c906c Add hideDefaultSelections ()
close 
2017-08-27 15:44:22 +08:00
nikogu
7d49cc18a9 Merge branch 'master' into feature-2.13 2017-08-12 11:16:33 +08:00
Xiaohan Lee
c23c0a6b16 Update docs for Table.render and Upload.onChange ()
* 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
Graeme Yeates
40e94945d9 Add support for table default sort order () 2017-08-07 10:40:34 +08:00
hansnow
6bc57e450c Update table documents 2017-07-07 18:00:34 +08:00
Egor Yurtaev
777e4adeb0 Add onRowDoubleClick into Table documentation 2017-06-29 18:30:07 +06:00
sojournerc
e2a99f53f7 add ClickEvent to Table.props.onRowClick interface 2017-06-20 17:29:46 -06:00
Wei Zhu
847153d998 docs: Document Table column[key] can be ignored.
Related 
2017-06-12 15:52:13 +08:00
陆离
15e6133867 Filter Icon of Table ()
*  Filter Icon of Table

+ close 
+ add `isFiltered` props for mark dataSource is filterd
+ improve CustomFilter Demo

* fix doc

* update

* custome filter icon

* custome filter icon
2017-03-27 17:38:14 +08:00
feng zhi hao
8dfdce50f9 fix: improve rowSelection.selections of Table ()
* improve rowSelection.selections of Table

* fix classNames spell error

* update class name
2017-03-27 10:09:38 +08:00
Wei Zhu
ae021260dd Revert "docs: Document argument order swap in sorter function. ()"
This reverts commit ac2e611168.
2017-03-16 22:35:52 +08:00
Jesper We
ac2e611168 docs: Document argument order swap in sorter function. () 2017-03-16 20:31:55 +08:00
Wei Zhu
80043581c5 docs: Add a link to Array.sort 2017-03-16 20:07:40 +08:00
feng zhi hao
6d903a6ba5 add custom selection in Table ()
* add custom selection in Table

* update snapshots

* update snapshots again

* optimize selection in Table

* update test

* update snapshots

* improve test

* fix test
2017-02-23 19:29:47 +08:00
afc163
18ec5933b7 fix old react documentation links 2017-02-19 17:02:58 +08:00
Warren Seymour
7010dd018d Add 'middle' as a valid value for Table.props.size () 2017-02-09 22:43:58 +08:00
Wei Zhu
77b78a9389 docs: Unify type naming ()
* 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
2017-01-20 20:10:50 +08:00
Wei Zhu
8a2b3470ef Document using Table in TypeScript ()
* Allow any valid ReactElement as Table.Column

* Document using Table in TypeScript
2017-01-11 19:52:43 +08:00
Wei Zhu
d7a110552b Don't use index as row key. ()
* Ensure warning if key is undefined.

* Ensure getRecordKey receives index

* Remove rowKey's second parameter from doc.
2016-12-16 17:53:08 +08:00
Will Chen
6b774a1343 docs: improve docs' detail () 2016-11-29 17:13:24 +08:00
afc163
6ccaf71841 Add onCellClick API in doc for 2016-11-23 19:45:09 +08:00
Wei Zhu
ed455c01d1 feat: Implement Table.Column and Table.ColumnGroup ()
* Implement Table.Column and Table.ColumnGroup

* Upgrade rc-table
2016-11-22 10:11:12 +08:00
ddcat1115
18dcc09751 Merge pull request from ant-design/feat-custom-table-column-filter
controlled filterDropdown props
2016-11-17 23:52:17 +08:00
Bruce Mitchener
36508ffabd Typo fixes. 2016-11-16 20:33:37 +07:00
afc163
a6d2de1a7b controlled filterDropdown props, close 2016-11-14 17:53:02 +08:00
ddcat1115
0baef0627e docs: 调整组件导航结构 ()
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
14cbb03dc1 fix link 2016-11-01 14:47:52 +08:00
Marius Ileana
84c4139023 table / index.en-US.md - small updates ()
small typo and updates
2016-10-25 21:10:31 +08:00
zilong
6ceef46129 docs: update doc for Table ()
* update Table en doc: fix header content mismatched

* update doc for Table: add description for props related to expand behavior
2016-10-19 14:06:36 +08:00
afc163
0e6f677ff9 Fix doc headings 2016-09-10 13:43:30 +08:00
偏右
0b3186696c docs: Translate table () 2016-08-15 07:54:01 +08:00