kvision / pl.treksoft.kvision.tabulator / Tabulator / <init>

<init>

Tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())

Parameters

T - type

data - a list of objects

dataUpdateOnEdit - determines if the data model is automatically updated after tabulator edit action

options - tabulator options

types - a set of table types

classes - a set of CSS class names

Constructor