update docs about expandRowByClick={true}
See original GitHub issueWhat problem does this feature solve?
I think we can add this to Table from lastest rc-table, can enable the whole row clickable to expand, just add this api to the sample page, and developpers do not have to look for rc-table for some new apis or write some stupid code to hack. also, great work of antd.
What does the proposed API look like?
<Table
columns={columns}
expandRowByClick={true} // from lastest rc-table api
expandedRowRender={expandedRowRender}
dataSource={data}
/>
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Which files have to be updated other than
ant-design/components/table/index.en-US.md
? Or is it the only one ? ( somebody has to do the chinese )@danedavid Site need deploy manually.