protected inline fun <reified RET> bindTabulatorRemote(noinline function: suspend T.(Int?, Int?, List<RemoteFilter>?, List<RemoteSorter>?, String?) -> RemoteData<RET>): Unit
Binds a given function of the receiver as a tabulator component source
function - a function of the receiver
function