Interface GridViewProps

Basic properties of every Component

Hierarchy

  • CProps<GridViewEventMap>
    • GridViewProps

Properties

attrs?: object
calcRowClass?: RowClassifier
cls?: string
columns: GridColumn[]
data?: any
dom_events?: IDOMEvents
empty_text?: string | emptyFn
enabled?: boolean
events?: MapEvents<GridViewEventMap>
flex?: string | number
hasFooter?: boolean
hasMarks?: boolean
height?: string | number
id?: string
left?: number
ns?: string
ref?: string
style?: IMap<string | number>
tabIndex?: number | boolean
tag?: string
tooltip?: string
top?: number
width?: string | number

Generated using TypeDoc