Grid widget
A grid widget displays cases or tasks from a dataset in a table (grid). You can include some or all of the dataset columns in the grid. You can also configure the grid to display additional details for the selected case and/or include options for users to perform activities on the cases or execute the tasks listed in the grid.
When you add a grid widget to a view you must select the dataset you want to use. If you only want to display cases that are related to the case currently being viewed (such as all order cases for the current customer), apply a current case filter to the dataset.
To configure the grid, select the grid widget and in the properties pane click grid to open the grid designer.
If your application uses legacy grids, some of the features described below will not be available. To convert all legacy grids included in views of a particular casetype to the latest grid design, open the casetype, click the hamburger menu, and select Convert grid (legacy) to grid. To enable or disable use of legacy grids in your Studio, open Settings > Platform settings and update the Use legacy grids option as required.
Display data from a dataset
All the columns from the selected dataset are available but they are hidden by default. To display a column in the grid, select Columns, then select the relevant column and turn the Hide toggle off.
The column heading is inherited from the dataset by default. To change the heading in the grid, edit the Title field. You can also use the individual column settings to give users the ability to search, re-order, hide, and resize each of the columns in the grid.
By default, items are listed in the grid according to the sort order of the dataset. To specify a different sort order, open the grid display options and use the Order column option to specify the column by which you want to order items in the grid. To control the number of items displayed on each page of the grid, configure the Pagination settings.
To change the order of columns in the grid, drag and drop the columns in the grid designer preview.
If you add a column to a dataset, the column is not displayed in the grid widget automatically. To show the column, edit the grid column settings to change it from hidden to visible.
Date display format
For columns that contain either date or datetime values, you can use the Render style options to control how the data is displayed. Depending on the selection, the format may be adjusted according to the user's locale.
You can preview how dates and times are formatted and (where applicable) rendered in different locales from Moment.js:
- Date only - formatted with
LL
. - Time only - formatted with
LT
. - With seconds & ms - formatted with
YYYY-MM-DD hh:mm:ss.SSS
. - Short date only - formatted with
L
. - Short date-time - formatted with
L LT
. - Relative time - formatted with
fromNow()
. - Calendar time - formatted with
calendar()
. - UTC date-time - formatted with
LLL
.