Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
gxui.GridExtension:
Browse files Browse the repository at this point in the history
#Fix: No funcionaba cambiar el título de una columna en runtime.

Issue: 46084
  • Loading branch information
ncardeli committed Nov 26, 2015
1 parent 4ef297f commit b414235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controls/GridExtension/GridExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ Ext.define('gxui.GridExtension', {
oldColumns = grid.initialConfig.columns,
newCol,
oldCol,
properties = ['hideable', 'hidden', 'locked', 'resizable', 'sortable'];
properties = ['hideable', 'hidden', 'locked', 'resizable', 'sortable', 'header'];

if (oldColumns.length != newColumns.length) {
return true;
Expand Down

0 comments on commit b414235

Please sign in to comment.