Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table cell "Computed value" #15377

Open
saturn4er opened this issue Jan 16, 2025 · 1 comment
Open

Table cell "Computed value" #15377

saturn4er opened this issue Jan 16, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@saturn4er
Copy link

Describe the feature request
Currently, tables display data in their raw form without any options to modify how the data is presented. It would be incredibly useful to introduce a row configuration feature where users can define expressions or logic to determine how each cell should be displayed.

Use Case

  1. Dynamically resolve value from other data source
    I have a column that displays IDs. However, these IDs are not stored within the same data source as the table; they are fetched from a third-party system. Using an API, I can retrieve corresponding names for these IDs, but there is currently no way to integrate this data and display the names in the table.

This feature would greatly enhance the flexibility and functionality of the tables, allowing users to dynamically display more meaningful data based on external or transformed inputs.

  1. Human readable enum values
    Often, enums are stored in the database as raw values (e.g., integers or abbreviations). With row configuration, we could transform these enums into human-readable forms (e.g., 1 → Active, 0 → Inactive), improving the clarity and usability of the table.

Screenshots
image

@saturn4er saturn4er added the enhancement New feature or request label Jan 16, 2025
Copy link

linear bot commented Jan 16, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant