Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The rest of the tabs are for editing the graph.

...

Bars

...

Key

Description

Example

Data Key

Property from the data object corresponding to a bar on the graph

{“dataKey”:“humidity”}

Legend Type

The icon associated with the data key

stars

Stack ID

Two bars with the same ID and value axis will be stacked

Image Modified

Name

The bar label if it’s different from the data key

hum (in the legend)=humidity

Click Add bar to add more bars. Hover over the bar data entry window to reveal the trash can for deletion.

...

The multiple y-axes appear once each bar has matching y-axis data.

Key

Description

Example

Data Key

Data object property whose values correspond to the y-axis ranges

return [{“temperature”:61,“humidity”:50,“wind”:14,“rainfall”:5,“timestamp”:“2016-06-22T02:26:14.368Z”}];

Label

Y-axis name

Image Modified

Orientation

Changes the side the y-axis is on

Image ModifiedImage Modified

Time Format

Edits the time and date format

Image Modified

Top Padding

Creates extra spacing for the graph on the top

Image Modified

Bottom Padding

Creates extra spacing for the graph on the bottom

Image Modified

Show Standard Deviation Reference Lines

Shows standard deviation bounds

Image Modified

Standard Deviations

Number of standard deviations from the mean to render the reference line

Image Modified

Line Label

Standard deviation line name

Image Modified

Lower Bound

The lowest number on the y-axis range

Image Modified

Upper Bound

The highest number on the y-axis range

Image Modified

Auto Bounds

If marked, the bounds will automatically adjust based on the data

Image Modified

Click Add Y-Axis to add more axes. Hover over the Y-axis data entry window to reveal the trash can for deletion.

X-axis

...

Key

Description

Example

Data Key

Property from the data object whose values correspond to the x-axis ranges

{“dataKey”:“rainfall”}

Label

X-axis name

Image Modified

Orientation

Changes the side the x-axis is on

Image ModifiedImage Modified

Time Format

Edits the time and date format

Image Modified

Left Padding

Creates extra spacing for the graph on the left

Image Modified

Right Padding

Creates extra spacing for the graph on the right

Image Modified

Unit Type

The unit type used to scale data on the x-axis. The graph will not appear with a number if it is a string

Image ModifiedImage Modified

Reference lines

X and y-axis lines can be added to define values and compare against the dataset (only one coordinate per reference line window).

...

Change the graph’s margin measurements.

Brush

...

Key

Description

Example

Brush

Mark the box to appear below the graph. This is used to zoom in on a graph section

Image Modified

Stroke

Change the brush color

Image Modified

Data Key

Data object property whose values correspond to the brush

{“dataKey”:“rainfall”}

Height

Changes the brush’s height

Image Modified

Change the brush’s size and section by dragging the sides.

...

Edit the chart’s grid lines.

Image ModifiedImage ModifiedImage Modified

Legend

...

Key

Description

Example

Show/Hide

Show and hide the legend

Image Modified

Font Color

Changes the legend’s text font color

Image Modified

Layout

Changes the placement of the legend’s labels

Image ModifiedImage Modified

Horizontal Align

Changes the legend’s horizontal placement

Image ModifiedImage Modified

Vertical Align

Changes the legend’s vertical placement

Image ModifiedImage Modified

Icon Type

Changes the legend labels' icon

Image Modified

Statistics

...

Key

Description

Example

Enable Statistics

Displays a button to open a window for graph statistics. The button is disabled while editing a widget

Image ModifiedImage Modified

Anomaly Detection Strictness

Number of standard deviations used to calculate and detect anomalies

Image Modified

Other tools

...

Key

Description

Example

Tooltip

Display data box on hover

Image Modified

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: ##myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the chart fullscreen

Image Modified

Line chart

Creating a new line chart

...

The rest of the tabs are for editing the graph.

...

Lines

...

Key

Description

Example

Data Key

Data object property corresponding to a bar on the graph

{“dataKey”:“humidity”}

Type

The interpolation line type

Each line type description

Legend Type

The icon associated with the data key

stars

Name

The line label if it’s different from the data key

hum (in the legend)=humidity

Check the Show Dots box to add points to the graph. Click Add Line to add more lines. Hover over the line data entry window to reveal the trash can for deletion.

...

The multiple y-axes appear once each line has matching y-axis data.

Key

Description

Example

Data Key

Data object property whose values correspond to the y-axis ranges

return [{“temperature”:61,“humidity”:50,“wind”:14,“rainfall”:5,“timestamp”:“2016-06-22T02:26:14.368Z”}];

Label

Y-axis name

Image Modified

Orientation

Changes the side the y-axis is on

Image ModifiedImage Modified

Time Format

Edits the time and date format

Image Modified

Top Padding

Creates extra spacing for the graph on the top

Image Modified

Bottom Padding

Creates extra spacing for the graph on the bottom

Image Modified

Show Standard Deviation Reference Lines

Shows standard deviation bounds

Image Modified

Standard Deviations

Number of standard deviations from the mean to render the reference line

Image Modified

Line Label

Standard deviation line name

Image Modified

Lower Bound

The lowest number on the y-axis range

Image Modified

Upper Bound

The highest number on the y-axis range

Image Modified

Auto Bounds

If marked, the bounds will automatically adjust based on the data

Image Modified

X-axis

...

Key

Description

Example

Data Key

Data object property whose values correspond to the x-axis ranges

{“dataKey”:“rainfall”}

Label

X-axis name

Image Modified

Orientation

Changes the side the x-axis is on

Image ModifiedImage Modified

Time Format

Edits the time and date format

Image Modified

Left Padding

Creates extra spacing for the graph on the left

Image Modified

Right Padding

Creates extra spacing for the graph on the right

Image Modified

Unit Type

The unit type used to scale data on the x-axis. The graph will not appear with a number if it is a string

Image ModifiedImage Modified

Reference lines

X and y-axis lines can be added to define values and compare against the dataset (only one coordinate per reference line window).

...

Change the graph’s margin measurements.

Brush

...

Key

Description

Example

Brush

Mark the box to appear below the graph. This is used to zoom in on a graph section

Image Modified

Stroke

Change the brush color

Image Modified

Data Key

Data object property whose values correspond to the brush

{“dataKey”:“rainfall”}

Height

Changes the brush’s height

Image Modified

Change the brush size and section by dragging the sides.

...

Edit the chart’s grid lines.

Image ModifiedImage ModifiedImage Modified

Legend

...

Key

Description

Example

Show/Hide

Show and hide the legend

Image Modified

Font Color

Changes the legend’s text font color

Image Modified

Layout

Changes the placement of the legend’s labels

Image ModifiedImage Modified

Horizontal Align

Changes the legend’s horizontal placement

Image ModifiedImage Modified

Vertical Align

Changes the legend’s vertical placement

Image ModifiedImage Modified

Icon Type

Changes the legend labels' icon

Image Modified

Statistics

...

Key

Description

Example

Enable Statistics

Displays a button to open a window for graph statistics. The button is disabled while editing a widget

Image ModifiedImage Modified

Anomaly Detection Strictness

Number of standard deviations used to calculate and detect anomalies

Image Modified

Other tools

...

Key

Description

Example

Tooltip

Display data box on hover

Image Modified

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: ##myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the chart fullscreen

Image Modified

Pie chart

Creating a new pie chart

...

The rest of the tabs are for editing the graph.

...

Chart

...

Change the graph’s margin measurements.

...

This is used to give each section a fill color. Click Next Slice to add more colors. Hover over colors to reveal the trash can for deletion.

Other tools

...

Key

Description

Example

Label

Displays labels for each section

Image Modified

Tooltip

Display data box on hover

Image Modified

Inner Radius

Creates a circle in the middle of the chart

Image Modified

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the chart fullscreen

Image Modified

Scatter plot

Creating a new scatter plot

  1. Change the type to Scatter Plot.

  2. Choose your data type and datasource. The datasources in the example below were created previously and not by default.

...

Dots

...

Key

Description

Example

Show Line

Connects the points

Image Modified

Color

Colors the dots and line

Image Modified

Y-axes

...

Key

Description

Example

Data Key

Data object property whose values correspond to the y-axis ranges

return [{“temperature”:61,“humidity”:50,“wind”:14,“rainfall”:5,“timestamp”:“2016-06-22T02:26:14.368Z”}];

Label

Y-axis name

Image Modified

Orientation

Changes the side the y-axis is on

Image ModifiedImage Modified

Time Format

Edits the time and date format

Image Modified

Top Padding

Creates extra spacing for the graph on the top

Image Modified

Bottom Padding

Creates extra spacing for the graph on the bottom

Image Modified

Show Standard Deviation Reference Lines

Shows standard deviation bounds

Image Modified

Standard Deviations

Number of standard deviations from the mean to render the reference line

Image Modified

Line Label

Standard deviation line name

Image Modified

Lower Bound

The lowest number on the y-axis range

Image Modified

Upper Bound

The highest number on the y-axis range

Image Modified

Auto Bounds

If marked, the bounds will automatically adjust based on the data

Image Modified

X-axis

...

Key

Description

Example

Data Key

Data object property whose values correspond to the x-axis ranges

{“dataKey”:“rainfall”}

Label

X-axis name

Image Modified

Orientation

Changes the side the x-axis is on

Image ModifiedImage Modified

Time Format

Edits the time and date format

Image Modified

Left Padding

Creates extra spacing for the graph on the left

Image Modified

Right Padding

Creates extra spacing for the graph on the right

Image Modified

Unit Type

The unit type used to scale data on the x-axis. The graph will not appear with a number if it is a string

Image ModifiedImage Modified

Statistics

...

Key

Description

Example

Enable Statistics

Displays a button to open a window for graph statistics. The button is disabled while editing a widget

Image ModifiedImage Modified

Anomaly Detection Strictness

Number of standard deviations used to calculate and detect anomalies

Image Modified

Other tools

...

Key

Description

Example

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the chart fullscreen

Image Modified

Text

Creating new text

  1. Change the type to Text.

  2. Choose your data type and datasource (if using Dynamic).

...

The rest of the tabs are for editing the text.

Style

...

Key

Description

Example

Font Family

Type the font, and the text will change to it. The default is Helvetica

Cursive:

Image Modified

Font Color

Changes the text color

Image Modified

Font Size

Changes the text size

Image Modified

Other tools

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Button

Creating a new button

...

The rest of the tabs are for editing the button.

Style

...

Key

Description

Example

Background color

Changes the button color

Image Modified

Background hover color

Changes the button color when the cursor is over it

Image Modified

Font color

Changes the text’s color inside of the button

Image Modified

Border color

Changes the button outline color

Image Modified

Other tools

...

Key

Description

Example

Label

Modifies the button name

Image Modified

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Input

Creating a new input

...

Use Static to create your code or Dynamic to upload your code.

Datasource The datasource is available by accessing this.datasource from within the JS section.

Edit static data:

...

Key

Description

Example

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

List

Creating a new list

Change the type to List.

...

The rest of the tabs are for editing the list.

...

Format

...

Key

Description

Example

Title

Gives the list a name

Image Modified

Tracking Column Name

Gives the column name used to keep track of the active list item

Image Modified

Default List Item

Default items selected. The Tracking Column Name property determines the value

Image ModifiedImage Modified

Style

...

Key

Description

Example

Title

Changes the title’s color

Image Modified

List Item Font

Changes the item name’s color

Image Modified

List Item Background

Changes the item’s background color

Image Modified

Active Item Font

Changes the active item name’s color

Image Modified

Active Item Background

Changes the item’s active background color

Image Modified

Other tools

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Toggle

Creating a new toggle

...

The rest of the tabs are for editing the toggle.

...

Labels

...

Key

Description

Example

On Label

True value label

Image Modified

Off Label

False value label

Image Modified

Style

...

Key

Description

Example

On Color

Changes true value colors

Image Modified

Off Color

Changes false value colors

Image Modified

Background Color

Changes the toggle’s background color

Image Modified

Font Color

Changes the labels' color

Other tools

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Color picker

...

This allows you to create in the widget.

Use Static to create your code or Dynamic to upload your code.

Other tools

...

Key

Description

Example

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Grouping list

Creating a new grouping list

...

The rest of the tabs are for editing the list.

...

Format

...

Key

Description

Example

Title

Gives the list a name

Image Modified

Display Attribute

Property type displayed for list items

Image Modified

Status Attribute

A property with a boolean value to create active/inactive icons

Image ModifiedImage ModifiedImage Modified

Default List Item

Default items selected. Value determined by the Tracking Column Name property

Image ModifiedImage Modified

Allow Search

Displays search bar to search a specific item

Image Modified

Groups

...

Items can be grouped by their properties.

...

Style

...

Key

Description

Example

Title

Changes the title’s color

Image Modified

List Item Font

Changes the item name’s color

Image Modified

List Item Background

Changes the item’s background color

Image Modified

Active Item Font

Changes the active item name’s color

Image Modified

Active Item Background

Changes the active item’s background color

Image Modified

Other tools

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target a DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Filterable list

Creating a new filterable list

...

The rest of the tabs are for editing the list.

Format

...

Key

Description

Example

Title

Gives the list a name

Image Modified

Display Attribute

Property type displayed for list items

Image Modified

Status Attribute

A property with a boolean value to create active/inactive icons

Image ModifiedImage ModifiedImage Modified

Tracking Column Name

Makes the used column name track the active list item

Image Modified

Default List Item

Default items selected. The Tracking column name property determines the value

Image ModifiedImage Modified

Allow Search

Displays search bar to search a specific item

Image Modified

Allow Filters

Displays and choose filters

Image ModifiedImage ModifiedImage Modified

Style

...

Key

Description

Example

Title

Changes the title’s color

Image Modified

List Item Font

Changes the item name’s color

Image Modified

List Item Background

Changes the item’s background color

Image Modified

Active Item Font

Changes the active item name’s color

Image Modified

Active Item Background

Changes the active item’s background color

Image Modified

Other tools

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

JSON editor

Data

...

JSON assigns data to a label, whether from the collection or in parser editing. Data in the example has been previously created and is not by default.

Other

...

Type

Description

Example

Read Only

Does not allow you to save edits. The Save button disappears

Image Modified

Save Button Color

Changes the Save button color

Image Modified

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Form

Creating a new form

Change the type to Form.

...

The only option available is Calculated. To edit what information type is returned, click Edit calculated data.

Fields

...

Key

Description

Example

All read-only

Makes all fields uneditable. It also removes the submit button

Image Modified

Name

Internal name to use as a parser key

last_name

Label

Item name that will appear on the form

Image Modified

Data type

Choose what data type can be inputted into the form

String:

Image Modified

Input type

Choose what can be inputted based on the data type

Password:

Image Modified

Read only

Make field uneditable

Image Modified

Required

An error message appears when a required field is empty

Image Modified

Validation

An error message when validation is not in

a

the correct format

Image Modified

Error text

Customize error message for validation

Image Modified

Default value

Adds a default value to the field. The value can be overridden by using the parser

Image Modified

Help text

Adds a help text icon next to the field label

Placeholder

Helper text that is shown in the field

Image Modified

Small text

Subtext below field

Image Modified

Width Percent

Changes field size

100%:

Image ModifiedImage Modified

Order

Changes field placement

Last name = 2:

Image Modified

Hide label

Hides the field label

Image Modified

Display

Removes field if unchecked

Add field

Adds another field to the form

Image Modified

Form text

...

Key

Description

Example

Title

Gives the form a title

Image Modified

Submit Text

The text that appears on the submit button

Image Modified

No Data Text

Appears when data is not returned in the parser

Image Modified

Success Text

Appears on the left side of the page when the form has been submitted

Image Modified

Display Attribute for Row

Uses data returned from a key as a subtitle

Image Modified

Form style

...

Key

Description

Example

Compact Mode

Changes format to inline style

Image Modified

Hide Submit Button

Removes the submit button

Image Modified

Title

Changes the title color

Image Modified

Background

Changes the form’s background color

Image Modified

List Item Font

Changes the item name’s color

Image Modified

Slider

Changes the slider’s color if available

Image Modified

Toggle Switch Color

Changes the toggle switch’s color when it’s set to true if available

Image Modified

Button Group Color

Changes the selected button outline’s color if available

Image Modified

Type Ahead Color

Changes the highlighted item for type ahead color if available

Image Modified

Button Color

Changes the submit button’s color

Image Modified

Form other tools

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Advanced section

You can create a dynamic form widget using a list widget, a local variable datasource, and an aggregator datasource.

You can find the list widget document here.

Target local variable datasource:

  1. Add a local variable datasource.

  2. Add a list widget whose target is the local variable.

  3. Create a datasource aggregator that aggregates the local variable and datasource providing data for the form widget.

  4. Create a new form widget whose incoming datasource is the aggregator. A parser error will display.

  5. The default parser should look different when re-opening it.

  6. Fill in the datasource names corresponding to the bracket labels in the designated areas.

  7. The form dynamically displays whichever item is selected in the list.

...

Radial gauge

Data

...

Type

Description

Static

Can type a plain text number to measure in a gauge

Calculated

A JavaScript function not bound to any datasources

Dynamic

A JavaScript function that will be updated as the corresponding datasource gets updated

Min Value

The gauge range’s minimum number

Max Value

The gauge range’s maximum number

The rest of the tabs are for editing the gauge appearance.

Style

...

Type

Description

Example

Progress Color

Changes the progress bar’s color

Image Modified

Background Color

The gauge’s color

Image Modified

Label

The gauge’s title

Image Modified

Others

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Speedometer

Data

...

Type

Description

Static

Can type a plain text number to measure in the meter

Calculated

A JavaScript function not bound to any datasources

Dynamic

A JavaScript function that will be updated as the corresponding datasource gets updated

Min Value

The meter range’s minimum number

Max Value

The meter range’s maximum number

The rest of the tabs are for editing the meter appearance.

...

Sections

Click Add Section to add more sections. Hover over the bar data entry window to reveal the trash can for deletion. The percentages are not cumulative.

...

This is used to give each section a fill color. Click Add Color to add more colors. Hover over colors to reveal the trash can for deletion.

Style

...

Type

Description

Example

Label

The meter’s title

Image Modified

Label Color

Changes the label’s color

Image Modified

Arrow Color

The arrow’s color

Image Modified

Others

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Google Maps

Data

...

The data on the map is default. To change locations, go to Edit Calculated Data. Retrieve the API Key from your Google Maps account.

Format

...

Key

Description

Example

Default Zoom

Creates the map’s default size when you see it in the pane

@1:

Image ModifiedImage Modified

Default Center

The map’s default location

Image Modified

Map Theme

Get theme from Google Maps

Image Modified

Other tools

...

Key

Description

Example

Unique Style

Overrides the overall style settings to change a specific setting. It is automatically checked when you change a style

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Rule builder

In the edit widget window

...

Type

Description

Example

Allow Create

Allows users to define new widget rules

Image Modified

Allow Delete

Allows users to delete rules

Image Modified

Allow Edit

Allows users to modify rules by clicking the rule and going to settings

Image ModifiedImage Modified

Allow On/Off

Allows users to enable/disable widget rules

Image Modified

Name

Rule builder label

Image Modified

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified

Save to add a new rule.

Add a new rule window

The user needs code, roles, and trigger permissions before using this widget.

Go to the widget window and click Add New Rule.

...

Type

Setting

Data

Image ModifiedImage Modified

Asset

Image Modified

User

Image Modified

Messaging

Image ModifiedImage Modified

Device

Image Modified

Code

The final rule will appear in the console’s code tab.

...

CRUD Grid allows the end user to create, read, update, and delete elements in a collection or given dataset.

Data

...

Data

Description

Image Modified

Choose the incoming data type to render. Expected format:

Image Modified
Image Modified

Retrieve a datasource’s data

Image Modified

Create the option to export grid items

Image Modified

Affect the ability to add datasource items

Image Modified

Affect the ability to delete datasource items

Image Modified

Affect the ability to edit datasource items

Image Modified

Create the option to highlight grid items

Capabilities

...

Key

Description

Example

Allow Create

Users can add rows

Image Modified

Allow Delete

Users can delete rows

Image Modified

Allow Update

Users can edit rows. The changes made here are also made in the original datasource

Image Modified

Allow Filter

Users can filter

table

tables

Image Modified

Allow Data Export

Users can export

table

tables

Image Modified

Allow Search

Users can search for a specific item

Image Modified

Allow Data Import

Users can import

table

tables

Image Modified

Allow Column Sorting

Sort items by column data

Image Modified

Allow Highlight Row

Highlight items by clicking them

Image Modified

Fields

...

Key

Description

Example

Get fields from datasource

Retrieves datasource column information

Image Modified

Name

Internal name to use as a parser key

item_id

Label

The column’s name

Image Modified

Data Type

Choose what data type will be retrieved and shown

Integer:

Image Modified

Input Type

Choose how the data should be displayed

Radial gauge:

Image Modified

Read Only

The field cannot be editable

Help Text

Adds a help text icon next to the field label

Image Modified

Small Text

The subtext below the field label

Image Modified

Width in pixels

Changes the field size

Image Modified

Hide label

Hides the field label

Display

Hides the field if checked

Image ModifiedImage Modified

Add field

Adds empty field

Image Modified

Style

...

Other

...

Key

Description

Example

Default sorting direction

Orders fields in ascending or descending order

Hide Footer

Shows page and count when unchecked

Image Modified

Rows per page

Change the number of rows displayed

Image Modified

HTML ID

Used to target the DOM’s widget elements

Add an ID to the page like this: <div id="myCustomHtmlId">some text </div> and write CSS like this: #myCustomHtmlId{ color: red }

Allow Fullscreen

Makes the widget fullscreen

Image Modified