ColumnSizingColumn

external interface ColumnSizingColumn(source)

Inheritors

Properties

Link copied to clipboard
abstract val getAfter: (position: ColumnOrderPosition?) -> Int

Returns the offset measurement along the row-axis (usually the x-axis for standard tables) for the header. This is effectively a sum of the offset measurements of all succeeding (right) headers in relation to the current column.

Link copied to clipboard
abstract val getCanResize: () -> Boolean

Returns true if the column can be resized. API Docs Guide

Link copied to clipboard
abstract val getIsResizing: () -> Boolean

Returns true if the column is currently being resized. API Docs Guide

Link copied to clipboard
abstract val getSize: () -> Int

Returns the current size of the column. API Docs Guide

Link copied to clipboard
abstract val getStart: (position: ColumnOrderPosition?) -> Int

Returns the offset measurement along the row-axis (usually the x-axis for standard tables) for the header. This is effectively a sum of the offset measurements of all preceding (left) headers in relation to the current column. API Docs Guide

Link copied to clipboard
abstract val resetSize: () -> Unit

Resets the column to its initial size. API Docs Guide