question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

update docs about expandRowByClick={true}

See original GitHub issue

What 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:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
danedavidcommented, Dec 7, 2017

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 )

0reactions
yesmeckcommented, Dec 7, 2017

@danedavid Site need deploy manually.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found