TabulatorRemote(serviceManager: KVServiceManager<E>, function: suspend E.(Int?, Int?, List<RemoteFilter>?, List<RemoteSorter>?, String?) -> RemoteData<T>, stateFunction: (() -> String)? = null, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())
serviceManager - multiplatform service manager
function - multiplatform service method returning tabulator rows data
stateFunction - a function to generate the state object passed with the remote request
classes - a set of CSS class names
Constructor