-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
[FEATURE] Two-way sync between rows and model #167
Conversation
LGTM 👍 |
* master: chore(package): update ember-cli-qunit to version 3.0.1 (#168)
* master: Update ember-cli to version 2.8.0 🚀 (#165)
@offirgolan Can we get a release for this? Much awaited feature 😄 |
@sivakumar-kailasam waiting for #177! Once that's merged, I'll make a new minor release. |
* master: (28 commits) Use ember-cli-code-coverage for code coverage (#185) Removed ember-cli-blanket (#176) chore(package): update ember-get-config to version 0.1.8 (#184) Add scaffolding comment Released v1.4.0 Add footer scaffolding and move width into style attr (#183) chore(package): update ember-cli-jshint to version 2.0.1 (#170) chore(package): update ember-code-snippet to version 1.6.0 (#174) chore(package): update ember-cli-mirage to version 0.2.2 (#180) Customizable components (#177) Revert "Move scaffolding width to style attribute" Move scaffolding width to style attribute Update component usage docs Demo and Docs modifications (#171) Fix docs typo [FEATURE] Two-way sync between rows and model (#167) Update ember-cli to version 2.8.0 🚀 (#165) chore(package): update ember-cli-qunit to version 3.0.1 (#168) Released v1.3.1 [FEATURE] Introduce `resizeOnDrag` for column resizing (#166) ... # Conflicts: # addon/classes/Table.js # addon/components/cells/base.js # addon/components/columns/base.js # addon/templates/components/lt-head.hbs
@offirgolan - Is this part of 1.8.3 release? |
This PR allows the user to have a two-way sync between the table's row content and their passed in model instance without modifying the existing API.
Usage:
If you want
enableSync
to be enabled by default, add the following to your config/environment.js file