-
Notifications
You must be signed in to change notification settings - Fork 355
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
Comments
@leepfrog I agree that adding table columns shouldn't redraw the table. I will take a look at it. |
ppong
pushed a commit
that referenced
this issue
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 |
merged |
Gaurav0
pushed a commit
to Gaurav0/ember-table
that referenced
this issue
Oct 13, 2015
…fixed Column group and fixed
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
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.
The text was updated successfully, but these errors were encountered: