bindTabulatorRemote

inline fun <RET> bindTabulatorRemote(noinline function: suspend T.(Int?, Int?, List<RemoteFilter>?, List<RemoteSorter>?, String?) -> RemoteData<RET>, route: String?)(source)

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

Parameters

function

a function of the receiver