esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

How to not trigger getData with dataset #939

Open michelem09 opened 7 years ago

michelem09 commented 7 years ago

I'm trying to update the dataset without triggering the getData function, but every time I use this:

vm.tableParams.settings({ dataset: newdata });

the getData function is triggered.

How can i remove this behaviour?