Open
Description
To start with thanks for the awesome addon.
I'm presenting a table for users, where all data on each row has to be editable. What I was trying to do is, when a button (table action) is clicked, then all the cells in the row should be input fields. So basically I want to render different component.
I can not find anything that supports this. How would I go about it? I'm new to Ember :)