Widget recordGrid

The “Record Grid” type of widget shows a tabular display that contains information about RecordSets.

This configuration of Recordgrid widget should start with widget_recordgrid_. At the end you you can describe the configuration with any name you want  e.g. widget_recordgrid_customers.

The parameters of widget_recordgrid_ are:

Parameter

Description

slug

Unique identification string of the RecordSet

fields

Unique identification string of the fields as array to process

filter

Specifies a filter criterion for RecordSetItemData in JSON object format

limit

Limitation of RecordSetItems

New widgets of this type can be created by adding underscore and custom definition after any of above listed configurations, and then entering desired value for the configuration. 

Example Customers Grid

 

 

 

 

 

{
 "slug":"9ba63e279c84ef629ba2",
"fields": ["0ac26f0d01b9c54f6f2a"], //Active-FieldSlug
 "filter": {"Value" : ["Yes"]},
"limit":"100"
}