+
Column Resize Demo
+
+ Drag the edge of column headers to resize. Double-click to reset to auto width.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Current Column Widths:
+ {{ JSON.stringify(columnWidths, null, 2) }}
+
+
+
+
+
+
+
Resize Events Log:
+
+
+
+
+ No resize events yet. Drag a column edge to resize.
+
+
+
+ {{ event.width === 'auto' ? 'reset' : 'resize' }}
+
+ Column "{{ event.col.label }}" {{ event.width === 'auto' ? 'reset to auto' : `set to ${ event.width }px` }}
+
+
+
+
+