Class CheckboxColumn

Observable

Adds event listener functionality

Hierarchy

Constructors

Properties

align: align = "left"

Text alignment

cls?: string

Add CSS classes

header?: string

Header in the table

headerEl?: HTMLTableCellElement

When rendered this is set to the DOM element. It's used to update the header width

headerRenderer?: HeaderRenderer

Renderer function for the header

hidable: boolean = true

Enable this column in the enabled columns menu

hidden: boolean = false

Hide the column. It can be enabled by the user via the context menu.

id: string
parent: undefined | Table<Store<StoreRecord>>
property: string

Path to property. If not given then 'id' is used

See

ObjectUtil.path()

resizable: boolean = false

Make the column resizable by the user

sortable: boolean = false

Make it sortable by the user

width?: number

Width in pixels

Methods

Generated using TypeDoc