add

open fun add(child: <Error class: unknown class>, col: Int, row: Int, size: Int = 0, offset: Int = 0, className: String? = null)

Adds child component to the grid.

Parameters

child

child component

col

column number

row

row number

size

cell size (colspan)

offset

cell offset

className

additional css styles


open fun add(child: <Error class: unknown class>)