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

ngIf is not working in table column #52

Closed
1 of 3 tasks
yinjs opened this issue Mar 12, 2018 · 2 comments · Fixed by #54
Closed
1 of 3 tasks

ngIf is not working in table column #52

yinjs opened this issue Mar 12, 2018 · 2 comments · Fixed by #54
Assignees
Labels
bug Something isn't working

Comments

@yinjs
Copy link
Contributor

yinjs commented Mar 12, 2018

Issue Type:

  • Bug
  • Feature
  • Help

Version & Environment:
0.6.3

Description:
ngIf is not working in table column

Please refer the shared code for more details. In the data model one row is blocked and another is not. But in table view they are both unblocked(bocked: false/undefined)

https://stackblitz.com/edit/angular-ed49je

@unix
Copy link
Contributor

unix commented Mar 12, 2018

append <el-table-column model-key="blocked" label="blocked" width="100"></el-table-column> to table element can resolve this issue, but it's a not good way. look like binding strategy error.

i will fix it in next days.

@unix unix self-assigned this Mar 12, 2018
@unix unix added the bug Something isn't working label Mar 12, 2018
@unix unix mentioned this issue Mar 12, 2018
2 tasks
@unix unix closed this as completed in #54 Mar 12, 2018
@unix
Copy link
Contributor

unix commented Mar 12, 2018

fixed, upgrade to v0.6.4 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants