https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/a8de96fc-0424-408a-95a2-87cbc00fe55c/Untitled.png

Collection - is a group of records with the same fields. For example, a blog with different articles, products in an online store, a list of authors i.e. any content that is repeated.

Main Elements

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/8d6e55f2-18ee-44a6-aba0-bcfd7b886eae/Untitled.png

  1. Collection Name
  2. API Button Click to see the Endpoints available for the current collection.
  3. Export/Import Click opens a modal where you can export or import an xlsx file, after setting it up (read more in Export/Import ).
  4. Views list You can save a configured view for future use and create new ones (see Saving views).
  5. View settings You can set up Filter, Sorting, Visibility.
  6. Add Button Click adds a new record to the collection by opening Editor page.
  7. Records List All created (filtered or found) records in the collection.
  8. Pagination Shows the number of items on pages and how many pages of content are available.

Records List

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/aae90e75-9724-4d91-b849-85eaf65a3fe8/Untitled.png

Let's take a closer look at the records in the collections:

  1. Each row is a separate record. You can display part of its content on the collection screen through Visibility.
  2. Clicking on the record name opens the editing mode (see Editor page), where we can see all the contents of the record and make the necessary changes.
  3. Clicking on the grip icon opens a context menu, through which you can duplicate or delete the record. When duplicating a record, it is duplicated with (+1) in the name field.

Record structure

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/1a2e4924-2fb1-44b5-9c1a-026cae0d3abc/Untitled.png

The record line consists of two parts:

  1. Record Name (Name) This field is created by default when creating a collection (see Constructor)
  2. Additional Fields By default, the first 8 available fields are displayed for collections. You can independently configure their display and order in the Visibility.

<aside> ⚠️ Important in the current version, you cannot show more than 8 fields.

</aside>

Creating a New Record

When you click the Add button, it switches to editing mode, where you can write the content of the new record (read more in Editor page).

Searching record

In collections, you can search for a needed record by name (Name field).

  1. To do this, click on the magnifying glass icon

    https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/b7dd137c-cbda-4b4d-844d-53458fa3d31f/Untitled.png

  2. Write the needed word in the opened input

    https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/f8882184-732a-43df-8968-394535a28549/Untitled.png

  3. Search results are displayed as you type.

    https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/28110562-065a-46fc-b90e-ca5ea5ab1056/Untitled.png

  4. If there are no matches for the search, we see the following message. To reset and close the search, click on x.

    https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/2b2d06ab-037f-4fb4-a8c1-231eb7894b12/Untitled.png

Pagination

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/9cfbc59c-cd96-4f94-8522-0a0353c7abbd/Untitled.png

Pagination is displayed when there is at least one record in the collection. By default, 20 records can be displayed on one page. This value can be changed through the Show input. It should not be more than 200. If you specify the value 300, the value in the input will change to 200.

When the page is refreshed, the pagination resets back to 20.

Scrolling

If the number of records does not fit on the screen, a scroll bar appears on the right and the record list starts to scroll vertically in the designated area.

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/eb46b5b7-cd5b-4084-9232-981c9fc88117/Untitled.png

API Endpoints

When you click the API button, a modal opens with all available endpoints

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/3f5fedcb-96d5-4566-9e4d-09eee6e7f12f/Untitled.png

Edge Cases

Tooltips

Field types like Rich text, Image, Boolean, and AG-Condition do not have text names, but have icons. However, when hovering over column headers, the field name is displayed as a tooltip.

The same applies to the headers of standard fields that did not fit into the column. When hovering, the full name is displayed through the tooltip.

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/9249c076-b33d-4a63-b753-72d5c703a49a/Untitled.png

Empty Collection

When opening an empty collection, a placeholder appears. After adding the very first record, this message disappears.

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/c0c0b8ad-3de5-4365-a7d5-520047cc609f/Untitled.png

<aside> 🔖 Read more on this topic ——————————— Export/Import Saving views

</aside>