Skip to content

Commit

Permalink
Setting useColSpanStyle default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Oct 9, 2011
1 parent fa5e2e5 commit 0a75f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grid.custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ $.jgrid.extend({

setGroupHeaders : function ( o ) {
o = $.extend({
useColSpanStyle : true,
useColSpanStyle : false,
groupHeaders: []
},o || {});
return this.each(function(){
Expand Down

0 comments on commit 0a75f6f

Please sign in to comment.