Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table component: Ability to add custom thead row (<tr>) #17121

Closed
yairEO opened this issue Jun 16, 2019 · 3 comments
Closed

Table component: Ability to add custom thead row (<tr>) #17121

yairEO opened this issue Jun 16, 2019 · 3 comments
Labels

Comments

@yairEO
Copy link

yairEO commented Jun 16, 2019

  • [✓] I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

fixed, styled, table header row for added new table records

What does the proposed API look like?

see my question: https://stackoverflow.com/q/56619026/104380

<Table dataSource={data}>
    <HeaderRow>
        <Column><input /></Column>
        <Column><input type='number' /></Column>
        <Column><select>...</select></Column>
    </HeaderRow>
    <Column title="Person's name" dataIndex="name" key="name" render={item => <strong>{item}</strong>} />
    <Column title="Person's age" dataIndex="age" key="age" />
    <Column title="gender" dataIndex="gender" key="gender" />
</Table>

Expected result should look like:

@ant-design-bot
Copy link
Contributor

Hello @yairEO, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!

你好 @yairEO,为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 issue 助手 来创建 issue 以方便我们定位错误。谢谢配合!

@yairEO
Copy link
Author

yairEO commented Jun 16, 2019

Why was this closed? This is a feature-request I've opened via your automatic issues creator tool, it is a valid feature request, is it not?

@afc163
Copy link
Member

afc163 commented Jun 16, 2019

图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants