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

<init>

TabulatorRemote(serviceManager: KVServiceManager<E>, function: E.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())

Parameters

T - type of row data

E - type of service manager

serviceManager - multiplatform service manager

function - multiplatform service method returning tabulator rows data

options - tabulator options

types - a set of table types

classes - a set of CSS class names

Constructor