Extend field formatter options

Created on 23 February 2021, about 4 years ago
Updated 15 February 2025, about 2 months ago

Problem/Motivation

The Field Formatter could offer more customization options.

Initially, our need was to be able to only show the export link without the table.
Starting with that, we realized there was no way to change the export link text or the filename for the generated CSV file.
So we worked on it to extend the actual funcionality.

Proposed resolution

Extend the Field Formatter options with:

  • Display options:
    • Table and export link
    • Only table
    • Only export link
  • CSV export filename:
    • Default
    • Entity title
    • Custom
  • CSV export link label

Remaining tasks

  1. Review
  2. Commit

API changes

  • TablefieldController: add new parameter for filename to export route
  • TablefieldFormatter: extended options
  • Added dependency to contrib module token - used for custom filename option.

Tests

Added following tests:

tests/src/Functional/TableFieldCSVLinkLabelTest.php
tests/src/Functional/TableFieldDisplayOptionOnlyLinkTest.php
tests/src/Functional/TableFieldDisplayOptionOnlyTableTest.php
tests/src/Functional/TableFieldDisplayOptionTableAndLinkTest.php
tests/src/Functional/TableFieldExportCsvExportFileExistsTest.php
tests/src/Functional/TableFieldExportCsvExportFilenameCustomTest.php
tests/src/Functional/TableFieldExportCsvExportFilenameDefaultTest.php
tests/src/Functional/TableFieldExportCsvExportFilenameEntityTitleTest.php
tests/src/Functional/TableFieldExportLinkExistsTest.php

Data model changes

Update config schema for field.formatter.settings.tablefield

Feature request
Status

Needs work

Version

3.0

Component

Code

Created by

🇪🇸Spain karma0321

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024