OpenEnergyPlatform / OpenEnergyPlatform/oeplatform
Displaying of tables on OEP
@jh-RLI is already working on this.
Since Oct 9, 2025.
- Dominant language
- Python
- Stars
- 65
- Forks
- 29
- Avg merge
- 15h 25m
- Merged PRs (30d)
- 32
Description
Description of the issue
When tables are displayed on the OEP, the width of the columns and lines is not fixed. Sometimes there are line breaks, sometimes not. That leads to very spacious and unclear and seemingly chaotic tables, because especially in fields with a series of number entries, which are all displayed, either the line or the column will be too big to make a nice display.
Ideas of solution
Program rules for line breaks, which make sense and help to build an even and clear table depiction. Maybe only display the first few characters for fields with a very long entry. (If people want to see it all, they can always download.) Or, for number series, depict a small graph instead.
Workflow checklist
- I am aware of the workflow in CONTRIBUTING.md
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.