Column Resizing

28 Jun 20171 minute to read

Allows you to resize the column by changing its width while holding and dragging the column border using the mouse.

You can enable column resizing option in PivotGrid by setting the e-enableColumnResizing property to true.

  • HTML
  • <div ng-controller="PivotGridCtrl">
        <div id="PivotGrid1" ej-pivotgrid e-enableColumnResizing="true" />
    </div>