You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: