Skip to content

Commit

Permalink
Empty text
Browse files Browse the repository at this point in the history
  • Loading branch information
mschering committed Dec 15, 2020
1 parent 7dbb854 commit 9980d2d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ go.modules.community.addressbook.BirthdaysPortlet = Ext.extend(go.grid.GridPanel
this.loadMask = true;
this.autoHeight = true;

this.viewConfig = {
emptyText: '<i>cake</i><p>' + t("No items to display") + '</p>'
};


this.supr().initComponent.call(this);

this.on("rowclick", function(grid, index, e) {
Expand Down

0 comments on commit 9980d2d

Please sign in to comment.