C3 AI Documentation Home

C3 AI Console Reference: c3Table

Print an ASCII art tabular representation of the argument object.

Parameters

NameTypeMandatoryDescription
popupbooleanOptionalWhether to display the table in a pop-up window
dataObjectMandatoryData value to be printed
optionsObjectOptionalDataFrameOptions

Examples

Display the results of a data fetch in an ASCII table:

JavaScript
c3Table(SmartBulb.fetch())

See also

Was this page helpful?