Skip to content

Commit

Permalink
Fixes cell width not taking all space
Browse files Browse the repository at this point in the history
  • Loading branch information
mhgtlc committed Sep 17, 2024
1 parent 45e3504 commit 9dc08bf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions public/js/pimcore/object/tags/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,7 @@ pimcore.object.tags.table = Class.create(pimcore.object.tags.abstract, {
tbar: tbar,
viewConfig: {
markDirty: false,
forceFit: true,
listeners: {
refresh: function (dataview) {
Ext.suspendLayouts();
Ext.each(dataview.panel.columns, function (column) {
column.autoSize();
});
Ext.resumeLayouts(true);
}
}
forceFit: true
}
});
this.component.add(this.grid);
Expand Down

0 comments on commit 9dc08bf

Please sign in to comment.