Package io.deephaven.web.client.api
Interface JsTableFetch
public interface JsTableFetch
Describe how to perform initial fetch for a table
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fetch
(JsBiConsumer<Object, ExportedTableCreationResponse> callback, ClientTableState newState, BrowserHeaders metadata)
-
Method Details