kvision / pl.treksoft.kvision.remote / KVServiceManager / bindTabulatorRemote

bindTabulatorRemote

(js) protected inline fun <reified RET> bindTabulatorRemote(noinline function: suspend T.(Int?, Int?, List<RemoteFilter>?, List<RemoteSorter>?, String?) -> RemoteData<RET>, route: String? = null): Unit

Binds a given function of the receiver as a tabulator component source

Parameters

function - a function of the receiver