Fork me on GitHub

Handsontable

a minimalistic Excel-like data grid editor for HTML, JavaScript & jQuery

Manual column resize & move

This page shows how to use Handsontable with column related built-in plugins:

Column resize

To enable this experimental feature, use setting manualColumnResize: true

In the right part of column header a draggable column resize handle will appear.

Double click on the column resize handle to automatically adjust column width.

Column move

To enable this experimental feature, use setting manualColumnMove: true

In the left part of column header a draggable column move handle will appear.

For more examples, head back to the main page.

Handsontable © 2012 Marcin Warpechowski and contributors.
Code and documentation licensed under the The MIT License.