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

Support for adding columns dynamically #12

Closed
leepfrog opened this issue Jan 2, 2013 · 3 comments
Closed

Support for adding columns dynamically #12

leepfrog opened this issue Jan 2, 2013 · 3 comments
Assignees

Comments

@leepfrog
Copy link
Contributor

leepfrog commented Jan 2, 2013

We'd like to be able to add more table columns to our table whenever a user presses a +new button.

It would be nice if this could happen without redrawing the entire table.

@leepfrog leepfrog closed this as completed Jan 2, 2013
@leepfrog leepfrog reopened this Jan 2, 2013
@ppong
Copy link
Contributor

ppong commented Jan 2, 2013

@leepfrog I agree that adding table columns shouldn't redraw the table. I will take a look at it.

@ghost ghost assigned ppong Jan 2, 2013
@ppong
Copy link
Contributor

ppong commented Jan 8, 2013

The computed properties fixedColumns and tableColumns in the tableController should be dependent on 'columns.@each' instead of just 'columns'. I will merge in my fix later

@ppong
Copy link
Contributor

ppong commented Jan 9, 2013

merged

@ppong ppong closed this as completed Jan 9, 2013
Gaurav0 pushed a commit to Gaurav0/ember-table that referenced this issue Oct 13, 2015
billy-addepar added a commit that referenced this issue Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants