Class TableConfig

java.lang.Object
io.deephaven.web.client.api.batch.TableConfig
Direct Known Subclasses:
BatchBuilder.BatchOp, ClientTableState

public class TableConfig extends Object
This class represents a container for all the various operations you might apply to a given table (sort, filter, custom columns, select distinct, soon others). Using this container allows us to add an optional new property without updating many methods signatures.