title: Enable Column Dragging keywords: Jexcel, spreadsheet, JavaScript, JavaScript table, column dragging description: Learn how to enable column dragging in Jspreadsheet CE. # Column Dragging By default, column dragging is disabled in Jspreadsheet. To enable it, use the `columnDrag: true` option during initialization, as shown below: ### Source code ```html
```