You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible in the current implementation? Would re-rendering the component after changing the columns object that is passed to the component help?
The functionality could be similar to the models table which provides a dropdown listing all the columns and a checkbox next to each column name.
The text was updated successfully, but these errors were encountered:
This actually works. It has some strange behaviors ( see 3rd screenshot ). Just make sure your column array is Emberized ( Ember.A or equivalent observed array / object ).
However, I'm not sure that this functionality has been asked for directly. If you'd like to try a PR to implement it directly ( as an optional feature ), I'd be happy to take a look and put it through our rigorous approval process 😜
Is this possible in the current implementation? Would re-rendering the component after changing the columns object that is passed to the component help?
The functionality could be similar to the models table which provides a dropdown listing all the columns and a checkbox next to each column name.
The text was updated successfully, but these errors were encountered: