ColumnSizingColumn

external interface ColumnSizingColumn(source)

Inheritors

Properties

Link copied to clipboard
abstract var 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 var getCanResize: () -> Boolean

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

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

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

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

Returns the current size of the column. API Docs Guide

Link copied to clipboard
abstract var 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 var resetSize: () -> Unit

Resets the column to its initial size. API Docs Guide