Versions Compared

Key

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

...

Type

Description

Example

Allow Create

Allows users to define new widget rules

Allow Delete

Allows users to delete rules

Allow Edit

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

Allow On/Off

Allows users to enable/disable widget rules

Name

Rule builder label

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

...

Key

Description

Example

Allow Create

Users can add rows

Allow Delete

Users can delete rows

Allow Update

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

Allow Filter

Users can filter table

Allow Data Export

Users can export table

Allow Search

Users can search for a specific item

Allow Data Import

Users can import table

Allow Column Sorting

Sort items by column data

Allow Highlight Row

Highlight items by clicking on them

Fields

...

Key

Description

Example

Get fields from datasource

Retrieves datasource column information

Name

Internal name to use as a parser key

item_id

Label

The column’s name

Data Type

Choose what type of data will be retrieved and shown

Integer:

Input Type

Choose how the data should be displayed

Radial Gauge:

Read Only

The field cannot be editable

Help Text

Adds a help text icon next to the field label

Small Text

The subtext below the field label

Width in pixels

Changes the field size

Hide label

Hides the field label

Display

Hides the field if checked

Add field

Adds empty field

...