VisibilityColumn

external interface VisibilityColumn(source)

Inheritors

Properties

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

Returns whether the column can be hidden API Docs Guide

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

Returns whether the column is visible API Docs Guide

Link copied to clipboard
abstract val getToggleVisibilityHandler: () -> (event: Any) -> Unit

Returns a function that can be used to toggle the column visibility. This function can be used to bind to an event handler to a checkbox. API Docs Guide

Link copied to clipboard
abstract val toggleVisibility: (value: Boolean?) -> Unit

Toggles the visibility of the column. API Docs Guide