Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 459 Bytes

Table-resize

Table resize is a simple JavaScript function that enables Excel-like HTML table resizing. It supports double-click and drag-and-drop column sizing. Sizes are stored in browser so that everything keeps their size after page refresh.

Please see the demo. It's quite efficient for use one large tables as well.

Usage

Include .js and .css file.

Call the function with table selector as a parameter: tableResize('#table-id');