Skip to content

Commit

Permalink
Enh column resize handles to show only in table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 11, 2015
1 parent f3fe827 commit c65df84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GridView.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@ class GridView extends \yii\grid\GridView
public $resizableColumns = true;

/**
* @var boolean whether to allow resizing of columns
* @var boolean the resizableColumns plugin options
*/
public $resizableColumnsOptions = [];
public $resizableColumnsOptions = ['resizeFromBody' => false];

/**
* @var boolean whether to store resized column state using local storage persistence
Expand Down

0 comments on commit c65df84

Please sign in to comment.