ColumnSizingColumnDef

external interface ColumnSizingColumnDef(source)

Inheritors

Properties

Link copied to clipboard
abstract var enableResizing: Boolean?

Enables or disables column resizing for the column. API Docs Guide

Link copied to clipboard
abstract var maxSize: Int?

The maximum allowed size for the column API Docs Guide

Link copied to clipboard
abstract var minSize: Int?

The minimum allowed size for the column API Docs Guide

Link copied to clipboard
abstract var size: Int?

The desired size for the column API Docs Guide