Skip to content

Commit

Permalink
fixed column moving widths
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Nov 2, 2015
1 parent fadda19 commit 71a5fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/bclys/fin-hypergrid.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -29254,6 +29254,7 @@
var tmp = columns[source];
columns[source] = columns[target];
columns[target] = tmp;
this.changed();
},

getColumnEdge: function(c, renderer) {
Expand Down
Loading

0 comments on commit 71a5fa3

Please sign in to comment.