C3 AI Documentation Home

C3 AI Console Reference: c3Grid

Bring up a hybrid view with a table and tree of the argument object.

Parameters

NameTypeMandatoryDescription
dataObjectMandatoryData value to be displayed

Examples

Display a grid where each row is a smart bulb that is persisted in the database:

JavaScript
c3Grid(SmartBulb.fetch())

See also

Was this page helpful?