# Data Display Settings

The Data Display Settings are the settings that are directly related to the [data results](/blocworx-documentation/bloc/bloc-front-end-overview.md#data-display) on the front end of the bloc.

<figure><img src="/files/Shtfl6i6oZn9BmNNkhp5" alt=""><figcaption></figcaption></figure>

### Choose the data view you would like the results to appear as

#### Hidden (Show Nothing)

Completely hides the results section.

#### Table View

This is the default view and outputs the data as a normal data table style.

![](/files/-MaNcU7wuR7fYTUcBo_5)

#### List/Block View

Displays each entry as a single bloc of data (useful for low number of entries with lots of fields)

![](/files/-MaNcr-PjjXTu9F8rRHg)

#### Calendar

The Calendar is currently available by default on the front end. It displays your data in a calendar based on the date it was entered.

You can however set a [Primary Calendar Field](/blocworx-documentation/bloc-editor/managing-a-field/field-parameters/main-field-parameters.md#make-this-a-primary-calendar-field-beta) which allows the data to be sorted by the dates in that field.

{% hint style="success" %}
Coming Soon: A calendar-only view with a more powerful calendar with data of your choice embedded right in the day. For example, you will be able to choose that you would like "Field 1"s data to appear as an item.\
\
This will allow you to build your own various types of calendars.
{% endhint %}

![By Clicking the entries it will load that data only in the results. In this example, all data was entered on the 12th April](/files/-MaNdNb4AznsO9R_olmY)

![Here is the same calendar, all date entered on the 12th of April, but using the "Primary Calendar Field" option instead of the default entry date](/files/-MaO8ZxClSgVgw3S5BW_)

![You can also apply a "Week" view](/files/-MaNdXN8RtacPnLyV3VG)

### Hide Show More Links

Hides the <img src="/files/-MaOAy5Qe4tjZT6_gp3O" alt="" data-size="line"> that is placed on the right of the data results. For blocs with a small number of fields this can be useful for tidying up the data view.

![The icon normally appears on the right of the last field](/files/-MaOBHNmjPusRC_BmmL5)

### Show previews of uploaded images in data

By default, using the [File Field](/blocworx-documentation/bloc-editor/fields-tools-and-charts/file-and-image-fields/file-field.md), if you upload an image, it appears a clickable link with the file name in the data. Using this setting you can view the image inside the data instead.

![Default View](/files/-MaOCQKJVBe2hqXm92ug)

![View with this setting turned on](/files/-MaOE-RoPsBfz-Rs38yq)

{% hint style="warning" %}
We are currently considering making this the default view. All users will be notified in advance of this change.
{% endhint %}

### Reverse Data From Oldest to Newest by Default

Currently in the front end, [it is possible to reverse the data](/blocworx-documentation/bloc/bloc-front-end-overview.md#filter-and-search-data) to see it from oldest to newest. To have this set by default then choose this setting.

### Hide User ID

By default, when the data is taking up the full width of screen, the username of the individual who entered the data appears. This option hides this.

{% hint style="warning" %}
We are currently considering making this setting the default setting. All users will be notified of this change.
{% endhint %}

![With the setting off.](/files/-MaOH75ltWqdBpk4WZz0)

![](/files/-MaOHLobbP4O8hJgzZGV)

### Hide Time Stamp in Data

Removes the time stamp from the data when the data is in full width view.

![With the setting off.](/files/-MaOHd3siwPxxojnVa5h)

![With the setting on.](/files/-MaOHnAjr4DGrPkXwiVx)

### Show Edit Links by Default

Currently in the [Bloc front end](/blocworx-documentation/bloc/bloc-front-end-overview.md), it is possible to [show the links to allow you to edit](/blocworx-documentation/bloc/bloc-front-end-overview.md#show-edit-links-and-data-filtering). This setting makes these always appear.

![](/files/-MaOIOp8UIY4QBXEs-aA)

### Reduce space and font size for data results

This setting tightens up the space and reduces the font size in the data.

![Data, Field Names and space reduced. Useful for blocs with lots of data appearing.](/files/-MaOIr5bUMSFUGrcjvbW)

### Set the default number of results to show

Currently you can decide on the Bloc front end [how much data you would like to see](/blocworx-documentation/bloc/bloc-front-end-overview.md#data-display). This setting allows you to set this by default.

![](/files/-MaOJK9ggSnhwsw4wzB_)

### Choose Colored Cells in Data

You can decide the colours of cells in the data based on specific values. This is especially useful for flagging issues or just getting a quick view of specific entries without having to filter.

![An example where colours have been set to 1,2,3,4 and More Data](/files/-MaOKxaNtx2MaGln05Y0)

{% hint style="success" %}
Coming Soon: An option to have the whole row coloured based on a value in the row.
{% endhint %}

### Update the number of fields that can appear in the results

You can set the number of columns/fields that show in the results. The default is 5. This is useful for tidying up your form. See the next option for understanding how to move fields out of your field number limit in order to hide it.

### Change Order

![In this example, 4 fields are appearing with the "Image" field hidden. Field 2 is currently in the second position. But by continuing the action above, Field 2 would be moved down one and Field 3 would be moved up.](/files/-MaOMHHvL_nkI6TKZ8VB)

{% hint style="info" %}
Note: This Field order behaves completely independantly of the orders set out when building the form inside the elements. However the natural order that is created initially is set by the order of which you created the fields.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.blocworx.com/blocworx-documentation/bloc-editor/bloc-settings/data-display-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
