C3 AI Console Reference: c3Table
Print an ASCII art tabular representation of the argument object.
Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
popup | boolean | Optional | Whether to display the table in a pop-up window |
data | Object | Mandatory | Data value to be printed |
options | Object | Optional | DataFrameOptions |
Examples
Display the results of a data fetch in an ASCII table:
JavaScript
c3Table(SmartBulb.fetch())