F43nd1r / Acrarium

A Backend for ACRA written in Kotlin using Spring Boot, Vaadin and MySQL
Apache License 2.0
199 stars 51 forks source link

Alias for Custom Columns #380

Closed Backfisch145 closed 1 year ago

Backfisch145 commented 1 year ago

The Problem

When creating a custom column, the json-path is used as the name of the column. This behavior can lead to an ugly and confusing table head, when looking at your reports.

Solution

Adding the opportunity to set an alias for the custom column, which is then shown in the table head instead of the raw json-path.

F43nd1r commented 1 year ago

Part of https://github.com/F43nd1r/Acrarium/releases/tag/v2.0.0-alpha01