Grid

Shows data using rectangular elements and offers support for paging. It helps to build apps to display product information as a media gallery.

Basic

The JSON Data Used in the Current List

Provide the JSON content to generate the grid dynamically. The fields in the JSON array include-

PropertyDescription

rate

title

url

The URL link to redirect when the user clicks on the grid element

cover

Mode

Grid

List

Column Count

The value that sets the number of elements to be displayed as columns in the grid or list.\

Data Item Index Name

This refers to the variable name of the index of the grid items, which usually defaults to i.

Only for development purposes

Data Item Object Name

Only for development purposes

Refers to the variable name for the object, points to the grid items, consisting of the image cover URL, title, and rating. This is usually named as currentItem.

Pagination

Show Quick Jumper

The number field enables the user to input the page number to jump to the desired page directly.

Hide on Single Page

Allows users to hide the pagination section if the grid contains only a single page.

Show Size Changer Button

PropertyDescription

Togged ON

Toggled OFF

Total Row Count

The value that decides the number of items to be displayed on the widget in total. It is set to the total count of the items in the array when it is dynamic.

Interaction

Hide

This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.

Disabled

Disables the user interaction with the element on the page. It visually indicates that the element is inactive and prevents users from interacting with it when applied.

Layout

Height

Auto

The height is auto-adjusted for the content

Fixed

The height of the widget is fixed and will not adjust to the content

Row Height

The number value sets the padding space between the rows. The default row height is 100, and it can be increased to add more space between the rows.

Tooltip

Tooltips display additional information upon mouse hover. This information will be contextual, useful, and informative. The tooltip will be immediately shown when the user's mouse hovers over the widget, and immediately hides when the user's mouse leaves.

Show Scrollbars

Displays the mouse scrollbar when users scroll the list using the mouse. The scrollbar will not be visible, but the list will scroll if this setting is not toggled on.

Show Border Bottom

Displays a borderline at the bottom of each grid item, visually separating the items.

Style

PropertyDescription

Background

Users can change the colour of the text background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the font clearly.

Box Shadow

The is the colour of the shadow that is generated behind the widget box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.

Border Color

Set the colour to the border lines. The border lines will be shown only if that is enabled.

Border Radius

This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.

Last updated