# Interface TableProps
Props of the Table component.
# Properties
# Data
# dataSet
dataSet?:
string
|Data
Data set for this chart, which supports two options:
(1) Data source name (as a string
) - e.g. Sample ECommerce
. Under the hood,
the chart will have an internal ExecuteQuery connect to the data source
and load the data as specified in dataOptions and filters.
OR
(2) Explicit Data, which is made up of an array of columns and a two-dimensional array of data cells. This allows the chart component to be used with user-provided data.
If neither option is specified,
the chart will use the defaultDataSource
specified in the parent SisenseContextProvider component.
# filters
filters?:
Filter
[]
Filters that will slice query results
# Chart
# dataOptions
dataOptions:
TableDataOptions
Configurations for how to interpret and present the data passed to the chart
# styleOptions
styleOptions?:
TableStyleOptions
Configurations that define functional style of the various chart elements