Skip to content

Commit

Permalink
Add expandRowByClick API to Table docs (ant-design#8490)
Browse files Browse the repository at this point in the history
  • Loading branch information
danedavid authored and yesmeck committed Dec 7, 2017
1 parent b77adb3 commit a1ada4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/table/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const columns = [{
| defaultExpandedRowKeys | Initial expanded row keys | string\[] | - |
| expandedRowKeys | Current expanded row keys | string\[] | - |
| expandedRowRender | Expanded container render for each row | Function(record):ReactNode | - |
| expandRowByClick | Whether to expand row by clicking anywhere in the whole row | boolean | `false` |
| footer | Table footer renderer | Function(currentPageData) | |
| indentSize | Indent size in pixels of tree data | number | 15 |
| loading | Loading status of table | boolean\|[object](https://ant.design/components/spin-cn/#API) ([more](https://github.com/ant-design/ant-design/issues/4544#issuecomment-271533135)) | `false` |
Expand Down

0 comments on commit a1ada4f

Please sign in to comment.