kvision / pl.treksoft.kvision.panel / ResponsiveGridPanel / <init>

<init>

ResponsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf())

Parameters

gridsize - grid size

rows - number of rows

cols - number of columns

align - text align of grid cells

classes - a set of CSS class names

Constructor