Skip to main content

Table

Table component is used for displaying data in a tabular form (rows & columns).

Example

A8Studio

API Methods

setData

Sets the data in the particular array of objects.

setData(data: TableData[]): void

setSize

Sets the size only using the parameters passed in.

setSize(size: "small" | "medium" | "large"): void

setVisibility

Sets the elements of the given category to visible in this view.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the hide condition

setVisibilityCondition(condition: string): void