VisibilityColumn

external interface VisibilityColumn(source)

Inheritors

Properties

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

Returns whether the column can be hidden API Docs Guide

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

Returns whether the column is visible API Docs Guide

Link copied to clipboard
abstract var 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 var toggleVisibility: (value: Boolean?) -> Unit

Toggles the visibility of the column. API Docs Guide