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

el-table how to re-render the table when data changed #65

Closed
2 tasks
fangdingjun opened this issue Mar 20, 2018 · 3 comments · Fixed by #66
Closed
2 tasks

el-table how to re-render the table when data changed #65

fangdingjun opened this issue Mar 20, 2018 · 3 comments · Fixed by #66
Assignees
Labels
bug Something isn't working

Comments

@fangdingjun
Copy link

Issue Type:

  • Bug
  • Feature
  • [* ] Help

Version & Environment:
0.6.5

Description:
<el-table [model]="data"> <el-table-column label="xx">.... </el-table>

when the model data changed, how to refresh the table display?

I try to use el-table and el-pagination display some data, but I can not update the table content when page changed, please help.

@unix
Copy link
Contributor

unix commented Mar 20, 2018

looks like table component response issue, but its work normal on my project, can you post more codes or online example ?

@unix unix added the question Further information is requested label Mar 20, 2018
@unix unix self-assigned this Mar 20, 2018
@fangdingjun
Copy link
Author

I post my code here, please help me to see something wrong, thanks.
https://stackblitz.com/edit/angular-2amuff

@unix unix added bug Something isn't working and removed question Further information is requested labels Mar 21, 2018
@unix
Copy link
Contributor

unix commented Mar 21, 2018

fixed, upgrade to v0.6.7.

@unix unix closed this as completed in #66 Mar 21, 2018
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