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

给nz-table的th组件和td组件的selector增加一个选择器,用来和用户自定义的组件做出区别。 #1736

Closed
tirelyl opened this issue Jun 27, 2018 · 1 comment

Comments

@tirelyl
Copy link
Contributor

tirelyl commented Jun 27, 2018

What problem does this feature solve?

现在的th组件的selector匹配了所有的th标签(td组件也是),希望添加一个选择符,用来跟用户自定义的组件做出区别

What does the proposed API look like?

zorro: selector: 'th(.ant-table-th)',
用户 : selector: 'th:not(.ant-table-th)' or selector: 'th(.xx-xx-xx)'

@tirelyl tirelyl changed the title 给nz-table的th组件的selector增加一个选择器,用来和用户自定义的组件做出区别。 给nz-table的th组件和td组件的selector增加一个选择器,用来和用户自定义的组件做出区别。 Jun 27, 2018
wenqi73 pushed a commit to wenqi73/ng-zorro-antd that referenced this issue Aug 27, 2018
@lock
Copy link

lock bot commented Jun 28, 2019

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 28, 2019
hsuanxyz pushed a commit to hsuanxyz/ng-zorro-antd that referenced this issue Aug 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants