FlowFuse / FlowFuse/flowfuse

Rendering different data types in the Tables UI

Open
#5,837 5 comments 0 reactions 1 assignee Claimed by @cstns View on GitHub
area:frontend size:S task
Dominant language
JavaScript
Stars
400
Forks
89
Avg merge
1d 20h
Merged PRs (30d)
149

Description

Even though we won’t initially allow users to create tables with all possible data types through the UI, they will be able to do so manually since they have unrestricted access to their database.

That means we’ll need basic guidelines on how to display the different [data types](https://www.postgresql.org/docs/current/datatype.html) supported by Postgres.

The main questions that need to be answered for each data type are:
- Should it be displayed inline in the table?
- Should it be parsed before displaying the value?
- Should it be truncated?
- Should it be displayed in a separate modal (if over a given size)?

Related to https://github.com/FlowFuse/flowfuse/pull/5839

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.