Extensions/Assessment/columnResizer

Adds a UI divider in between the left and right columns (for items with 2 columns) providing the ability for the end user to resize the layout by dragging the element left or right.

The tooltip provides instructions on how to use the resizer. The resizer is not available for the horizontal-fixed region.

Example
LT.init(itemsApp, {
    extensions: ['columnResizer'],
});