ColumnOrderColumn

external interface ColumnOrderColumn(source)

Inheritors

Properties

Link copied to clipboard
abstract var getIndex: (position: ColumnOrderPosition?) -> Int

Returns the index of the column in the order of the visible columns. Optionally pass a position parameter to get the index of the column in a sub-section of the table API Docs Guide

Link copied to clipboard
abstract var getIsFirstColumn: (position: ColumnOrderPosition?) -> Boolean

Returns true if the column is the first column in the order of the visible columns. Optionally pass a position parameter to check if the column is the first in a sub-section of the table. API Docs Guide

Link copied to clipboard
abstract var getIsLastColumn: (position: ColumnOrderPosition?) -> Boolean

Returns true if the column is the last column in the order of the visible columns. Optionally pass a position parameter to check if the column is the last in a sub-section of the table. API Docs Guide