ng-table not working for dynamic data
问题 I have created a table and I am using http to load the data in the tables. So, in every click, my table data is changing, but I don't see the updated data in the table. I had created a sample Plunker for the reference. In my project, WHen I click on Reload New Data, the data in table get's changed, but after 2-3 click it doesn't change. DId anyone know, how to fix it.. 回答1: It is a problem with the ngTable directive. It updates only when data.length changes. Take a look at this plunk. I set