Content List

Content List

The Content List is your command-center for browsing, searching, and managing all entries inside a collection.

Content List Content List

Layout at a Glance

AreaWhat it does
Toolbar (top)Global actions: Create New, Trash / Delete / Restore
Search barFull-text search across every visible column.
Column headersClick to sort ↑↓, click the filter icon to open field-specific filters.
RowsEach record. Click a row to open it in the Entry Form (unless it’s in the Trash).
CheckboxesSelect one or many entries for bulk actions.
PaginationNavigate pages & change “items per page”.
SettingsShow / hide columns and reset the table view.

Table preferences (column visibility, filters, sorting, page size, search) are stored in localStorage per user + collection, so your view is preserved when you return.

Searching & Filtering

  1. Search bar – type to instantly find entries.
  2. Column filters – available on:
    • Status – Draft / Published / Trashed.
    • Date columns – pick a single date or a range.
  3. Active filters bar – shows chips for each filter; click × to remove or Clear All to reset.

Sorting & Column Management

  • Click a header once to sort ascending, again for descending.
  • Use the ⚙️ Settings dropdown to:
    • Toggle any column on/off.

Reading Data in Cells

ElmapiCMS adapts the display based on the field type:

Field typeCell behaviour
Text / Long TextTruncated after 30 characters. Hover the cell to see the full value.
Rich TextShows an icon – click to open a read-only preview modal.
BooleanDisplays “Yes” or “No”.
Date / TimeFormatted according to the field options (time picker / range).
EnumerationShows selected value(s) inline.
MediaThumbnail grid (first few files).
RelationLink icon – click to open a modal that lists the related entries with their own fields & status.
Repeatable fieldsShows first value + “(+N more)”. Hover to view all.

Selecting Entries & Bulk Actions

Use the checkboxes to select one or many entries. Depending on their status and your permissions, the following buttons appear:

ActionConditionsWhat it does
Create NewAlways visible (hidden for singleton collections that already have an entry)Opens the Entry Form.
TrashAt least one non-trashed entry selectedMoves entries to Trash (soft delete).
DeleteAt least one non-trashed entry selectedPermanently deletes entries (cannot be undone).
Restore SelectedAt least one trashed entry selectedBrings entries back from Trash.

Each action opens a confirmation dialog and performs the operation via API calls, refreshing the table automatically.

Singleton Collections

If a collection is marked single record collection, when you go to the content list, you will be redirected to the entry form.

Search documentation

Find guides and reference pages