-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow to do custom actions #4
Conversation
Good work! 😄 Can you please split the custom action example from the index in the dummy app? Create a new route for "Custom actions". The Home example should be simpler and easy to understand, without too many customizations. |
@@ -31,10 +38,19 @@ export default Controller.extend({ | |||
{ | |||
label: 'Country', | |||
valuePath: 'country' | |||
}, | |||
{ | |||
cellComponent: 'custom-actions' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the option hideable: false
so that this column does not appear on the column chooser menu, or add a label
. Also, change this in the example snippet.
Done! |
5a08bdc
to
9658784
Compare
Please, revert the changes to |
You're right. I did it. I found a little bit painful to maintain the snippets. Maybe there is a way to make it simpler. I know this is not really hard but, because it doesn't fail if there is something wrong, we have to be very careful. |
Allow to do custom actions
No description provided.