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

[RFR] Fix empty list actions column #441

Merged
merged 2 commits into from
May 18, 2015
Merged

Conversation

manuquentin
Copy link
Contributor

Fixes #439

@@ -119,6 +119,11 @@ define(function () {
this.$scope.selection = [];
};


DatagridController.prototype.shouldDisplayActions = function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it a value in the scope instead, this cannot change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

jeromemacias added a commit that referenced this pull request May 18, 2015
[RFR] Fix empty list actions column
@jeromemacias jeromemacias merged commit db10369 into master May 18, 2015
@jeromemacias jeromemacias deleted the fix_empty_listactions branch May 18, 2015 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty actions column in listView
3 participants