adopted-ember-addons / ember-light-table

Lightweight, contextual component based table for Ember
http://adopted-ember-addons.github.io/ember-light-table/
MIT License
312 stars 131 forks source link

Remove enableSync option, require updating table rows manually #804

Closed RobbieTheWagner closed 2 years ago

RobbieTheWagner commented 2 years ago

This requires manually updating the table rows with things like table.addRow when the data changes. This is a breaking change, since before it was possible to keep things in sync with magic two way binding.